Skip to content

mono - chore: upgrade GitHub Actions (breaking)#1673

Merged
jaredwray merged 1 commit into
mainfrom
claude/cacheable-dependency-management-d6gb1r
Jul 5, 2026
Merged

mono - chore: upgrade GitHub Actions (breaking)#1673
jaredwray merged 1 commit into
mainfrom
claude/cacheable-dependency-management-d6gb1r

Conversation

@jaredwray

Copy link
Copy Markdown
Owner

Please check if the PR fulfills these requirements

  • Followed the Contributing guidelines and Code of Conduct
  • Tests for the changes have been added (for bug fixes/features) with 100% code coverage. — N/A: CI workflow configuration only; no source or dependency changes.

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 @vX preserved)

  • actions/checkout v4v7
  • actions/setup-node v4v6
  • codecov/codecov-action v5v7
  • cloudflare/wrangler-action v3v4
  • pnpm/action-setup v6 — already latest, unchanged

Breaking notes / verification scope

  • checkout, setup-node, and codecov-action run in the PR-triggered tests.yml (Node 22/24/26) and codecov.yml workflows, 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-action v6+ requires the Node 24 runner, which GitHub-hosted runners provide.
  • cloudflare/wrangler-action runs only in deploy-website.yml on the release event, 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's wrangler devDep major), and the wrangler pages deploy … invocation is unchanged. wranglerVersion is intentionally left unset so the action uses its v4 default.

Checks

  • All four workflow YAML files still parse
  • Pin style unchanged (@vX major tags)

Generated by Claude Code

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
@gemini-code-assist

Copy link
Copy Markdown
Contributor

Note

Gemini is unable to generate a review for this pull request due to the file types involved not being currently supported.

@codecov

codecov Bot commented Jul 5, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (d1589d5) to head (e874eab).

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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@jaredwray jaredwray merged commit fa69be5 into main Jul 5, 2026
12 checks passed
@jaredwray jaredwray deleted the claude/cacheable-dependency-management-d6gb1r branch July 5, 2026 22:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants