mono - chore: upgrade GitHub Actions (breaking)#1673
Merged
Conversation
Upgrade all pinned GitHub Actions to their latest majors (pin style @vx preserved; workflow YAML validated): - actions/checkout v4 -> v7 - actions/setup-node v4 -> v6 - codecov/codecov-action v5 -> v7 - cloudflare/wrangler-action v3 -> v4 - pnpm/action-setup v6 (already latest; unchanged) checkout/setup-node/codecov-action run in PR-triggered workflows (tests.yml, codecov.yml), so PR CI exercises them. wrangler-action runs only in deploy-website.yml on the release event and is not exercised by PR CI; verified by research: @v4 keeps the v-prefixed pin, defaults to Wrangler CLI v4 (already this repo's wrangler devDep major), and `pages deploy` is unchanged. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01P1TBuMiXotBjpNHYcbwvqf
Contributor
|
Note Gemini is unable to generate a review for this pull request due to the file types involved not being currently supported. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1673 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 29 29
Lines 3504 3504
Branches 808 809 +1
=========================================
Hits 3504 3504 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
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.
Please check if the PR fulfills these requirements
What kind of change does this PR introduce?
Maintenance (
chore) — upgrades every pinned GitHub Action to its latest major. CI-infrastructure only; no impact on the published@cacheable/*packages. Marked(breaking)because action majors changed.Versions (pin style
@vXpreserved)actions/checkoutv4→v7actions/setup-nodev4→v6codecov/codecov-actionv5→v7cloudflare/wrangler-actionv3→v4pnpm/action-setupv6— already latest, unchangedBreaking notes / verification scope
checkout,setup-node, andcodecov-actionrun in the PR-triggeredtests.yml(Node 22/24/26) andcodecov.ymlworkflows, so this PR's own CI exercises them. Standard-input usage (node-version,node-version-file,cache: pnpm,token) is unchanged across these majors;codecov-actionv6+ requires the Node 24 runner, which GitHub-hosted runners provide.cloudflare/wrangler-actionruns only indeploy-website.ymlon thereleaseevent, so it is not exercised by PR CI. Verified by research instead: v4 keeps the@v-prefixed tag syntax used here, defaults to Wrangler CLI v4 (already this repo'swranglerdevDep major), and thewrangler pages deploy …invocation is unchanged.wranglerVersionis intentionally left unset so the action uses its v4 default.Checks
@vXmajor tags)Generated by Claude Code