Update actions/checkout action to v6 #7
Reference in New Issue
Block a user
Delete Branch "renovate/actions-checkout-6.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
v3→v6Release Notes
actions/checkout (actions/checkout)
v6.0.2Compare Source
v6.0.1Compare Source
v6.0.0Compare Source
v6Compare Source
v5.0.1Compare Source
v5.0.0Compare Source
v5Compare Source
v4.3.1Compare Source
v4.3.0Compare Source
v4.2.2Compare Source
url-helper.tsnow leverages well-known environment variables by @jww3 in #1941isGhesby @jww3 in #1946v4.2.1Compare Source
v4.2.0Compare Source
v4.1.7Compare Source
v4.1.6Compare Source
v4.1.5Compare Source
user.emailto be41898282+github-actions[bot]@​users.noreply.github.comby @cory-miller in #1707v4.1.4Compare Source
extensions.worktreeConfigwhen disablingsparse-checkoutby @jww3 in #1692v4.1.3Compare Source
sparse-checkoutby @jww3 in #1656actions/checkoutversion inupdate-main-version.ymlby @jww3 in #1650v4.1.2Compare Source
sparse-checkoutoption is not present @dscho in #1598v4.1.1Compare Source
v4.1.0Compare Source
v4.0.0Compare Source
v4Compare Source
v3.6.0Compare Source
v3.5.3Compare Source
v3.5.2Compare Source
v3.5.1Compare Source
v3.5.0Compare Source
v3.4.0Compare Source
v3.3.0Compare Source
v3.2.0Compare Source
v3.1.0Compare Source
saveStateandgetStategithub-server-urlinputv3.0.2Compare Source
set-safe-directoryv3.0.1Compare Source
safe.directoryConfiguration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate.
PR Reviewer Guide 🔍
Here are some key observations to aid the review process:
Runner Compatibility
The update of 'actions/checkout' from v3 to v6 includes a runtime change to Node.js 20 (introduced in v4). Please ensure the Gitea runner environment supports this version to prevent workflow failures.
PR Code Suggestions ✨
Explore these optional code suggestions:
Use a valid action version
The specified action version
actions/checkout@v6does not exist, which will causethe workflow to fail. The latest stable major version is
v4. It is recommended touse a valid, existing version to ensure the CI pipeline executes successfully.
.gitea/workflows/docker.yml [13]
Suggestion importance[1-10]: 10
__
Why: The suggestion correctly identifies that
actions/checkout@v6is an invalid version, which would cause the CI workflow to fail. Proposing the latest stable version,actions/checkout@v4, is a critical correction to ensure the pipeline's functionality.View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.