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:
Major Version Update
The
actions/checkoutaction is being updated fromv3tov6. This is a significant jump across major versions. Please ensure that any breaking changes between these versions are handled and that the workflow continues to function as expected.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. It is recommended to use the latest stable major version,
which is
v4, to ensure the workflow runs correctly and benefits from the latestfeatures and security updates.
.gitea/workflows/docker.yml [13]
Suggestion importance[1-10]: 10
__
Why: The suggestion correctly identifies that
actions/checkout@v6is an invalid version, which will cause the CI workflow to fail. Recommending the latest stable version,v4, is a critical fix to ensure the pipeline functions correctly.View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.