-
Notifications
You must be signed in to change notification settings - Fork 907
[deps]: Update actions/checkout action to v5 #6144
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Internal tracking:
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #6144 +/- ##
=======================================
Coverage 85.24% 85.24%
=======================================
Files 724 724
Lines 52901 52901
Branches 7687 7687
=======================================
Hits 45094 45094
Misses 5126 5126
Partials 2681 2681 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
086ccb4 to
af3051b
Compare
af3051b to
b667b46
Compare
|
Claude finished @renovate[bot]'s task —— View job Review CompleteOverall Assessment: APPROVE with observations Findings: Finding 1: 💭 Consider updating to v5.0.1 instead of v5.0.0 DetailsThe PR description notes that v5.0.1 is available as a pending update. While v5.0.0 is functional, it's generally better practice to use the latest patch version to include any immediate bug fixes released after the major version. Recommendation: Update Renovate configuration or manually update to v5.0.1 if there are known issues in v5.0.0. Finding 2: 💭 Verify GitHub Actions runner version compatibility DetailsThe v5.0.0 release requires minimum runner version v2.327.1 due to the Node 24 upgrade. This workflow uses Key Changes in v5.0.0:
Verification needed: How to check runner version: - name: Check runner version
run: echo "Runner version: $RUNNER_VERSION"If the runner version is below v2.327.1, the checkout action will fail. Summary: The change itself is correct - updates The upgrade to Node 24 is a standard maintenance update. The main consideration is ensuring runner compatibility (v2.327.1+), which should be satisfied by GitHub-hosted runners but warrants verification if any self-hosted runners are in use. |
|
Great job! No new security vulnerabilities introduced in this pull request |

This PR contains the following updates:
v4.3.0->v5.0.0v5.0.1Release Notes
actions/checkout (actions/checkout)
v5.0.0Compare Source
What's Changed
v2.327.1
Release Notes
Make sure your runner is updated to this version or newer to use this release.
Full Changelog: actions/checkout@v4...v5.0.0
v4.3.1Compare Source
Configuration
📅 Schedule: Branch creation - "every 2nd week starting on the 2 week of the year before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 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 was generated by Mend Renovate. View the repository job log.