-
-
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
base: main
Are you sure you want to change the base?
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
SummaryThis PR updates the Critical IssuesNone found ✅ This is a straightforward dependency update of a GitHub Action. The changes:
These workflow files are infrastructure changes, not TUnit code, so the critical TUnit rules (dual-mode, snapshot testing, VSTest prohibition, performance, AOT compatibility) do not apply. The v6 update includes:
Both workflow files maintain the same configuration ( Verdict✅ APPROVE - No critical issues |
28cc172 to
063bb44
Compare
SummaryUpdates Critical IssuesNone found ✅ SuggestionsNone - this is a straightforward dependency update with security improvements (credential persistence to separate file) and Node.js 24 support. TUnit Rules Check
Verdict✅ APPROVE - No critical issues. Safe dependency update with security improvements. |
063bb44 to
707b690
Compare
SummaryUpdates GitHub Actions checkout action from v4/v5 to v6 in CI workflows. Critical IssuesNone found ✅ This is a straightforward dependency update for GitHub's official checkout action. The v6 release includes security improvements (separate credential file) and Node.js 24 support. No TUnit code is modified, so TUnit-specific rules don't apply. Verdict✅ APPROVE - No critical issues |
707b690 to
9d9534b
Compare
SummaryThis PR updates the Critical IssuesNone found ✅ This is a dependency update managed by Renovate Bot that:
The changes are minimal and low-risk:
According to the release notes, v6 includes:
These are infrastructure improvements with no impact on TUnit's functionality. SuggestionsNone. Verdict✅ APPROVE - No critical issues |
9d9534b to
409f4eb
Compare
SummaryUpdates GitHub Actions checkout action from v4/v5 to v6 in two workflow files. Critical IssuesNone found ✅ Verdict✅ APPROVE - This is a straightforward dependency update with no TUnit-specific concerns. The v6 update includes security improvements (credentials persisted to separate file) and Node.js 24 support. No code changes, no impact on test execution or source generation. |
409f4eb to
d56522d
Compare
SummaryUpdates actions/checkout from v4/v5 to v6 in two GitHub workflow files. Critical IssuesNone found ✅ Previous Review StatusFourteen previous automated reviews all approved this change with unanimous consensus. The repository owner (thomhurst) also approved. All reviews correctly identified this as a low-risk infrastructure update with security improvements. Note: This PR has received exceptionally thorough automated review coverage. At this point, additional automated reviews provide no new value. TUnit Rules CheckNone of the TUnit critical rules apply to this PR:
This is purely a GitHub Actions infrastructure update that doesn't touch any TUnit code. Verified Changes
Both workflows use minimal checkout configuration ( Verdict✅ APPROVE - Safe dependency update with security improvements and no critical issues. |
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.