Skip to content

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

Merged
jaredwray merged 1 commit into
mainfrom
claude/agentic-dependency-mockhttp-JcahL
May 18, 2026
Merged

root - chore: upgrade GitHub Actions (breaking)#144
jaredwray merged 1 commit into
mainfrom
claude/agentic-dependency-mockhttp-JcahL

Conversation

@jaredwray

Copy link
Copy Markdown
Owner

Summary

Upgrade all GitHub Actions references to their latest major versions.

Versions

  • actions/checkout v5 → v6
  • actions/setup-node v5 → v6
  • actions/upload-artifact v4 → v7
  • actions/download-artifact v4 → v8
  • codecov/codecov-action v5 → v6
  • docker/login-action v3 → v4
  • github/codeql-action/{init,autobuild,analyze} v3 → v4
  • peter-evans/dockerhub-description v4 → v5

Tests

  • All workflow YAML files parse successfully
  • CI on this PR will exercise checkout, setup-node, codecov, codeql, and the artifact actions

Breaking notes

All listed actions had major-version bumps. Notable:

  • actions/setup-node v6 limits automatic caching to npm only — not affecting this repo since all setup-node steps already set package-manager-cache: false (pnpm is used via corepack).
  • actions/upload-artifact v7 / actions/download-artifact v8 are the paired latest majors and default behavior is backwards-compatible (the new archive: false direct-upload feature is opt-in).
  • peter-evans/dockerhub-description v5 requires self-hosted runners on actions/runner ≥ 2.327.1 for Node 24 support — not relevant for ubuntu-latest hosted runners.

google-github-actions/auth and setup-gcloud are already at the latest major (v3), so unchanged.


Generated by Claude Code

- actions/checkout v5 → v6
- actions/setup-node v5 → v6
- actions/upload-artifact v4 → v7
- actions/download-artifact v4 → v8
- codecov/codecov-action v5 → v6
- docker/login-action v3 → v4
- github/codeql-action/* v3 → v4
- peter-evans/dockerhub-description v4 → v5
@gemini-code-assist

Copy link
Copy Markdown

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 May 18, 2026

Copy link
Copy Markdown

Codecov Report

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

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #144   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           37        37           
  Lines         1089      1089           
  Branches       221       221           
=========================================
  Hits          1089      1089           

☔ View full report in Codecov by Sentry.
📢 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 217a75c into main May 18, 2026
9 checks passed
@jaredwray jaredwray deleted the claude/agentic-dependency-mockhttp-JcahL branch May 18, 2026 19:03
@jaredwray jaredwray mentioned this pull request May 18, 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