ci: bump actions/checkout v4→v5 for Node 24 compat#10
Merged
Conversation
|
Note Gemini is unable to generate a review for this pull request due to the file types involved not being currently supported. |
gitleaks-action@v2 made GITHUB_TOKEN required for pull_request scans. The job was failing with: "🛑 GITHUB_TOKEN is now required to scan pull requests." All other CI checks on PR #10 (lint, test 3.11/3.12/ 3.13, CodeQL, Secret Scan, Dependency Audit) were green. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Bumps
actions/checkoutfrom@v4(Node 20) to@v5(Node 24 native) across all workflow files. No other action versions required changes —actions/setup-pythonis already at@v6(Node 24 native), and no otheractions/*pins are present.Changes
.github/workflows/ci.ymlactions/checkout@v4(×3)actions/checkout@v5(×3).github/workflows/release.ymlactions/checkout@v4actions/checkout@v5.github/workflows/codeql.ymlactions/checkout@v4actions/checkout@v5.github/workflows/secret-scan.ymlactions/checkout@v4actions/checkout@v5.github/workflows/security.ymlactions/checkout@v4actions/checkout@v5Total: 7 occurrences updated across 5 files.
Context
This was scheduled in response to a runner annotation seen during the v0.6.0 release (2026-05-01):
Deadline: 2026-06-02 — GitHub will force-upgrade all Node 20 actions to Node 24 on that date. Node 20 is removed entirely on 2026-09-16.
Reference: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Generated by Claude Code