chore(deps): update actions/checkout action to v7 #93

Open
noplife wants to merge 1 commit from nop/actions-checkout-7.x into main
Collaborator

This PR contains the following updates:

Package Type Update Change
actions/checkout action major v6v7
actions/checkout action major v4v7

⚠️ Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

actions/checkout (actions/checkout)

v7.0.1

Compare Source

v7.0.0

Compare Source

  • Block checking out fork PR for pull_request_target and workflow_run by @​aiqiaoy in #​2454
  • Various dependency updates

v7

Compare Source


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://github.com/actions/checkout) | action | major | `v6` → `v7` | | [actions/checkout](https://github.com/actions/checkout) | action | major | `v4` → `v7` | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the [Dependency Dashboard](issues/79) for more information. --- ### Release Notes <details> <summary>actions/checkout (actions/checkout)</summary> ### [`v7.0.1`](https://github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v701) [Compare Source](https://github.com/actions/checkout/compare/v7...v7.0.1) - Skip running unsafe pr check if input is default by [@&#8203;aiqiaoy](https://github.com/aiqiaoy) in [#&#8203;2518](https://github.com/actions/checkout/pull/2518) - Trim only ascii whitespace for branch by [@&#8203;aiqiaoy](https://github.com/aiqiaoy) in [#&#8203;2521](https://github.com/actions/checkout/pull/2521) - Escape values passed to --unset by [@&#8203;aiqiaoy](https://github.com/aiqiaoy) in [#&#8203;2530](https://github.com/actions/checkout/pull/2530) - Various dependency updates ### [`v7.0.0`](https://github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v700) [Compare Source](https://github.com/actions/checkout/compare/v7...v7) - Block checking out fork PR for pull\_request\_target and workflow\_run by [@&#8203;aiqiaoy](https://github.com/aiqiaoy) in [#&#8203;2454](https://github.com/actions/checkout/pull/2454) - Various dependency updates ### [`v7`](https://github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v701) [Compare Source](https://github.com/actions/checkout/compare/v6.1.0...v7) - Skip running unsafe pr check if input is default by [@&#8203;aiqiaoy](https://github.com/aiqiaoy) in [#&#8203;2518](https://github.com/actions/checkout/pull/2518) - Trim only ascii whitespace for branch by [@&#8203;aiqiaoy](https://github.com/aiqiaoy) in [#&#8203;2521](https://github.com/actions/checkout/pull/2521) - Escape values passed to --unset by [@&#8203;aiqiaoy](https://github.com/aiqiaoy) in [#&#8203;2530](https://github.com/actions/checkout/pull/2530) - Various dependency updates </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yODEuMSIsInVwZGF0ZWRJblZlciI6IjQzLjI4MS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
chore(deps): update actions/checkout action to v7
Some checks failed
CI / test + clippy (pull_request) Failing after 26s
Release / plan (pull_request) Failing after 26s
Release / build-global-artifacts (pull_request) Failing after 0s
Release / host (pull_request) Failing after 0s
Release / announce (pull_request) Failing after 0s
98013e3970
noplife force-pushed nop/actions-checkout-7.x from 98013e3970
Some checks failed
CI / test + clippy (pull_request) Failing after 26s
Release / plan (pull_request) Failing after 26s
Release / build-global-artifacts (pull_request) Failing after 0s
Release / host (pull_request) Failing after 0s
Release / announce (pull_request) Failing after 0s
to 8905bdd9e2
Some checks failed
Release / plan (pull_request) Failing after 2m1s
Release / build-global-artifacts (pull_request) Failing after 0s
Release / host (pull_request) Failing after 0s
Release / announce (pull_request) Failing after 0s
CI / test + clippy (pull_request) Failing after 12m18s
2026-07-30 22:47:37 +00:00
Compare
noplife force-pushed nop/actions-checkout-7.x from 8905bdd9e2
Some checks failed
Release / plan (pull_request) Failing after 2m1s
Release / build-global-artifacts (pull_request) Failing after 0s
Release / host (pull_request) Failing after 0s
Release / announce (pull_request) Failing after 0s
CI / test + clippy (pull_request) Failing after 12m18s
to 51adf6857a
Some checks failed
Release / announce (pull_request) Failing after 0s
Release / build-global-artifacts (pull_request) Failing after 0s
Release / host (pull_request) Failing after 0s
CI / test + clippy (pull_request) Successful in 19m11s
Release / plan (pull_request) Failing after 2m54s
2026-07-31 23:01:59 +00:00
Compare
Some checks failed
Release / announce (pull_request) Failing after 0s
Release / build-global-artifacts (pull_request) Failing after 0s
Release / host (pull_request) Failing after 0s
CI / test + clippy (pull_request) Successful in 19m11s
Release / plan (pull_request) Failing after 2m54s
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin nop/actions-checkout-7.x:nop/actions-checkout-7.x
git switch nop/actions-checkout-7.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff nop/actions-checkout-7.x
git switch nop/actions-checkout-7.x
git rebase main
git switch main
git merge --ff-only nop/actions-checkout-7.x
git switch nop/actions-checkout-7.x
git rebase main
git switch main
git merge --no-ff nop/actions-checkout-7.x
git switch main
git merge --squash nop/actions-checkout-7.x
git switch main
git merge --ff-only nop/actions-checkout-7.x
git switch main
git merge nop/actions-checkout-7.x
git push origin main
Sign in to join this conversation.
No description provided.