Skip to content

@hyphen/react-sdk - chore: upgrade GitHub Actions (breaking)#47

Merged
jaredwray merged 1 commit into
mainfrom
claude/amazing-newton-we2nmt
Jun 9, 2026
Merged

@hyphen/react-sdk - chore: upgrade GitHub Actions (breaking)#47
jaredwray merged 1 commit into
mainfrom
claude/amazing-newton-we2nmt

Conversation

@jaredwray

Copy link
Copy Markdown
Contributor

Summary

Upgrade GitHub Actions to their latest majors.

Versions

  • pnpm/action-setup v4 → v6 — tests.yaml, release.yaml, code-coverage.yaml
  • codecov/codecov-action v5 → v7 — code-coverage.yaml

actions/checkout and actions/setup-node already track the latest major (v6), so they're unchanged. Pin style (@vX) preserved.

Checks

  • All three workflow YAML files parse
  • Input contracts verified against the target majors: pnpm/action-setup@v6 reads the pnpm version from packageManager (no version input passed); codecov/codecov-action@v7 still accepts token/slug/files

Breaking notes

Two action majors bumped, but no workflow input changes were required — the relevant inputs are unchanged in the new majors. PR CI exercises both actions (tests/code-coverage run pnpm/action-setup@v6; code-coverage runs codecov-action@v7), so green CI validates the upgrade. release.yaml only runs on release/dispatch, but its pnpm/action-setup@v6 bump is identical to the CI-validated ones.

https://claude.ai/code/session_01Joji3jaJQvm1tN7qw3VtHZ


Generated by Claude Code

- pnpm/action-setup v4 -> v6 (tests, release, code-coverage)
- codecov/codecov-action v5 -> v7 (code-coverage)

actions/checkout and actions/setup-node already track the latest major
(v6). Input contracts verified unchanged: pnpm/action-setup still reads
the pnpm version from the packageManager field (no version input passed),
and codecov-action still accepts token/slug/files.

https://claude.ai/code/session_01Joji3jaJQvm1tN7qw3VtHZ
@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 Jun 9, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (95f3a63) to head (7b47a11).

Additional details and impacted files
@@            Coverage Diff            @@
##              main       #47   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            3         3           
  Lines           19        19           
  Branches         1         1           
=========================================
  Hits            19        19           

☔ 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 acf0cb0 into main Jun 9, 2026
10 checks passed
@jaredwray jaredwray deleted the claude/amazing-newton-we2nmt branch June 9, 2026 16:07
@jaredwray jaredwray mentioned this pull request Jun 9, 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