root - chore: upgrade GitHub Actions (breaking)#64
Merged
Conversation
- actions/checkout: v4 (v3 in codeql) → v7 - actions/setup-node: v4 → v6 - codecov/codecov-action: v5 → v7 - github/codeql-action (init/autobuild/analyze): v2 → v4 - pnpm/action-setup: already at latest major v6 (unchanged) Major-only pin style preserved; workflow YAML validated. Input compatibility verified for the inputs in use: setup-node node-version/cache, codecov token/slug/files, codeql languages/category — all unchanged across these majors. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01UXjL3LurbiGcLiiep7Fnvr
|
Note Gemini is unable to generate a review for this pull request due to the file types involved not being currently supported. |
|
Note Gemini is unable to generate a review for this pull request due to the file types involved not being currently supported. |
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
Upgrade all GitHub Actions
uses:references to their latest major versions — dev phase, PR 3 (final dev group).Versions
actions/checkoutv4 (v3 incodeql.yaml) → v7actions/setup-nodev4 → v6codecov/codecov-actionv5 → v7github/codeql-action(init/autobuild/analyze) v2 → v4pnpm/action-setupalready at latest major v6 — unchangedChecks
@vX)setup-nodenode-version/cache;codecovtoken/slug/files;codeqllanguages/category— unchanged across these majorsBreaking notes
Tagged
(breaking)per convention because action majors changed, but no workflow edits beyond the version refs were needed. Practical effects:actions/checkoutv5+ /actions/setup-nodev5+ run on the Node 24 action runtime (was Node 20) — also clears the "Node 20 is deprecated" CI warnings.github/codeql-actionv2 was deprecated by GitHub (uploads rejected); v4 is the current supported line. This also fixescodeql.yamlstill being oncheckout@v3.codecov/codecov-actionv7 retains thetoken/slug/filesinputs.release.yamlonly runs onrelease/dispatch, so its checkout/setup-node bumps aren't exercised by this PR's CI; they mirrortests.yamlexactly.🤖 Generated with Claude Code
Generated by Claude Code