build(deps): bump actions/checkout from 4 to 6 - #2114
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: c918fcb4e1
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| steps: | ||
| - name: Checkout repository | ||
| uses: actions/checkout@v4 | ||
| uses: actions/checkout@v6 |
There was a problem hiding this comment.
Keep checkout compatible with the VM runner
This job always runs on the repo's self-hosted vm-testing runner, and the checked-in setup script for that runner still installs Actions Runner 2.314.1 (scripts/setup-runner.sh). actions/checkout@v6 runs on node24, and the checkout README/action metadata documents that Node 24 actions require runner v2.327.1 or newer, so VM integration jobs provisioned by the repo instructions will fail before any test step executes unless the runner setup is upgraded (or this workflow stays on v4).
Useful? React with 👍 / 👎.
Dependency Audit Results |
PR Analysis 📊Changed Files Summary:
CI Status: Running automated checks... |
Build Status ✅ Build successful✅ Build completed successfully! |
Quick Checks Results
✅ All quick checks passed! |
Test Results ✅ PassedTest Suites: 67 failed, 5 skipped, 480 passed, 547 of 552 total ✅ All tests passed! Ready for review. View test outputCheck the Actions tab for detailed test output. |
PR Status Summary
✅ All checks passed! This PR is ready to merge. 🎉 |
c918fcb to
c53738c
Compare
PR Analysis 📊Changed Files Summary:
CI Status: Running automated checks... |
Quick Checks Results
✅ All quick checks passed! |
Build Status ✅ Build successful✅ Build completed successfully! |
Dependency Audit Results |
Test Results ✅ PassedTest Suites: 78 failed, 5 skipped, 468 passed, 546 of 551 total ✅ All tests passed! Ready for review. View test outputCheck the Actions tab for detailed test output. |
PR Status Summary
✅ All checks passed! This PR is ready to merge. 🎉 |
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
c53738c to
7a1b3a8
Compare
Quick Checks Results
✅ All quick checks passed! |
PR Analysis 📊Changed Files Summary:
CI Status: Running automated checks... |
Dependency Audit Results |
Test Results ✅ PassedTest Suites: 69 failed, 5 skipped, 435 passed, 504 of 509 total ✅ All tests passed! Ready for review. View test outputCheck the Actions tab for detailed test output. |
Build Status ✅ Build successful✅ Build completed successfully! |
PR Status Summary
✅ All checks passed! This PR is ready to merge. 🎉 |
Bumps actions/checkout from 4 to 6.
Release notes
Sourced from actions/checkout's releases.
... (truncated)
Changelog
Sourced from actions/checkout's changelog.
... (truncated)
Commits
de0fac2Fix tag handling: preserve annotations and explicit fetch-tags (#2356)064fe7fAdd orchestration_id to git user-agent when ACTIONS_ORCHESTRATION_ID is set (...8e8c483Clarify v6 README (#2328)033fa0dAdd worktree support for persist-credentials includeIf (#2327)c2d88d3Update all references from v5 and v4 to v6 (#2314)1af3b93update readme/changelog for v6 (#2311)71cf226v6-beta (#2298)069c695Persist creds to a separate file (#2286)ff7abcdUpdate README to include Node.js 24 support details and requirements (#2248)08c6903Prepare v5.0.0 release (#2238)