-
-
Notifications
You must be signed in to change notification settings - Fork 108
chore(deps): update actions/checkout action to v6 #4068
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR updates the actions/checkout GitHub Action from v4 to v6 across all workflow files. This is a major version upgrade that includes important changes such as persisting credentials to a separate file and updated Node.js support (Node.js 24). The update has been comprehensively applied across all 11 workflow files that use the checkout action.
Key Changes
- Upgraded
actions/checkoutfrom v4 to v6 across all GitHub Actions workflows - Ensures consistent use of the latest checkout action version throughout the repository
- Applies security and Node.js compatibility improvements from v6
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
.github/workflows/claude.yml |
Updated checkout action to v6 in the Claude Code workflow |
.github/workflows/claude-code-review.yml |
Updated checkout action to v6 in the Claude Code Review workflow |
.github/workflows/codeql.yml |
Updated checkout action to v6 in the CodeQL Advanced workflow |
.github/workflows/deploy-pages-test.yml |
Updated checkout action to v6 in the test deployment workflow |
.github/workflows/deploy-pages.yml |
Updated checkout action to v6 in the production deployment workflow |
.github/workflows/dotnet-build-different-locale.yml |
Updated checkout action to v6 in the locale testing workflow |
.github/workflows/dotnet.yml |
Updated checkout action to v6 in the main .NET workflow |
.github/workflows/generate-readme.yml |
Updated checkout action to v6 in the README generation workflow |
.github/workflows/speed-comparison.yml |
Updated checkout action to v6 in all 4 jobs (build-test-artifacts, run-time-benchmarks, build-time-benchmarks, process-and-upload-benchmarks) |
badae8e to
f16335c
Compare
f16335c to
de87350
Compare
de87350 to
998c33c
Compare
998c33c to
87beb08
Compare
87beb08 to
ff375d7
Compare
ff375d7 to
8d73e24
Compare
SummaryUpdates actions/checkout from v4/v5 to v6 in GitHub Actions workflows. Critical IssuesNone found ✅ SuggestionsNone - straightforward dependency update to latest stable version. Verdict✅ APPROVE - No critical issues This is a clean infrastructure update. The changes only affect GitHub Actions workflow files and don't touch any TUnit code, so none of the TUnit-specific rules apply. The v6 update includes security improvements (separate credential persistence) and Node.js 24 support. |
2e885de to
68ba74d
Compare
SummaryUpdates GitHub Actions checkout action to v6 in Claude workflow files. Critical IssuesNone found ✅ Verdict✅ APPROVE - No critical issues This PR updates the |
This PR contains the following updates:
v4→v6v5→v6Release Notes
actions/checkout (actions/checkout)
v6Compare Source
v5Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled because a matching PR was automerged previously.
♻ 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.
This PR has been generated by Renovate Bot.