Skip to content

root - chore: upgrade GitHub Actions (breaking)#136

Merged
jaredwray merged 2 commits into
mainfrom
claude/tender-cerf-bm9keo
Jun 12, 2026
Merged

root - chore: upgrade GitHub Actions (breaking)#136
jaredwray merged 2 commits into
mainfrom
claude/tender-cerf-bm9keo

Conversation

@jaredwray

Copy link
Copy Markdown
Contributor

Summary

Upgrade all GitHub Actions references to their latest major versions.

Versions

  • actions/checkout v3/v4 → v6
  • actions/setup-node v4 → v6
  • codecov/codecov-action v5 → v7
  • github/codeql-action (init/autobuild/analyze) v2 → v4
  • pnpm/action-setup v6.0.8 — already latest, unchanged (SHA-pinned)

Tests

  • All four workflow YAML files parse (PyYAML)
  • pnpm build passes
  • pnpm test passes (231 passed, 1 skipped, 100% coverage)

Breaking notes

Major-version bumps (hence the (breaking) suffix). No workflow inputs changed and no project code changes are required:

  • checkout v6 / setup-node v6 / codecov v7 move their action runtime to Node 24, which ubuntu-latest runners provide. setup-node v6 limits automatic caching to npm; this repo sets cache: 'pnpm' explicitly (with pnpm/action-setup running first), so caching is unaffected.
  • codeql v2 → v4: CodeQL Action v2 is deprecated; v4 is the current supported line. The init/autobuild/analyze sub-actions and their languages/category inputs are unchanged.
  • codecov v7: inputs token, slug, and files are confirmed present in the v7 action.yml.

Generated by Claude Code

Upgrade all GitHub Actions references to their latest major versions:

- actions/checkout v3/v4 -> v6
- actions/setup-node v4 -> v6
- codecov/codecov-action v5 -> v7
- github/codeql-action init/autobuild/analyze v2 -> v4

pnpm/action-setup is already at the latest (v6.0.8, SHA-pinned).

The checkout/setup-node/codecov majors move their runtime to Node 24
(supported on ubuntu-latest); codeql v2 is deprecated and v4 is the
current supported line. No workflow inputs changed.

https://claude.ai/code/session_01Px42UMbWbPmi3d5YeKHwKa
@codecov

codecov Bot commented Jun 12, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (7a5a164) to head (8c2d532).

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #136   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            8         8           
  Lines          492       492           
  Branches       105       101    -4     
=========================================
  Hits           492       492           

☔ 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 f5efee8 into main Jun 12, 2026
9 checks passed
@jaredwray jaredwray deleted the claude/tender-cerf-bm9keo branch June 12, 2026 16:03
@jaredwray jaredwray mentioned this pull request Jun 12, 2026
4 tasks
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