CI: Move to Node 24 Action Majors - #680
Merged
Merged
Conversation
There was a problem hiding this comment.
Copilot review overview
🟢 Approval recommended
No unresolved review issues were identified.
Review effort: Lite
Findings: None
What changed in this PR
Updates GitHub Actions to Node.js 24-compatible major versions across CI workflows.
Changes:
- Upgrades
checkoutto v7. - Upgrades
setup-pythonto v7. - Upgrades
create-pull-requestto v8.
| File | Description |
|---|---|
.github/workflows/validate.yml |
Updates the repository checkout action. |
.github/workflows/check_updates.yml |
Updates checkout, Python setup, and pull-request actions. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
bupd
force-pushed
the
ci-actions-node24
branch
from
September 23, 2026 05:43
b606d6b to
90121d6
Compare
checkout v4, setup-python v5 and create-pull-request v7 target Node.js 20, which the runner now forces onto Node 24 with a deprecation warning. Bump to checkout@v7, setup-python@v7, create-pull-request@v8. Signed-off-by: Prasanth Baskar <prasanth@8gears.com> Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
bupd
force-pushed
the
ci-actions-node24
branch
from
September 23, 2026 05:54
90121d6 to
08b23a9
Compare
bupd
added this pull request to stack #683
September 23, 2026 06:03
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.
Annotation on
check-for-updates: Node.js 20 deprecated,actions/checkout@v4,actions/setup-python@v5,peter-evans/create-pull-request@v7forced onto Node 24. Bumps tocheckout@v7,setup-python@v7,create-pull-request@v8in both workflows.🤖 Generated with Claude Code