Skip to content

Bump GitHub Actions to versions running on Node.js 24 - #3

Merged
gmoon merged 1 commit into
mainfrom
chore/upgrade-actions-to-node24
Jul 3, 2026
Merged

Bump GitHub Actions to versions running on Node.js 24#3
gmoon merged 1 commit into
mainfrom
chore/upgrade-actions-to-node24

Conversation

@gmoon

@gmoon gmoon commented Jul 3, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Bumps actions/checkout v4 → v6
  • Bumps actions/setup-node v4 → v6
  • Bumps actions/upload-pages-artifact v3 → v5
  • Bumps actions/deploy-pages v4 → v5

Resolves the Node.js 20 deprecation warnings now appearing on every workflow run. GitHub will force JavaScript actions to Node.js 24 by default on June 2, 2026 and remove Node.js 20 from runners on September 16, 2026. The v6/v5 action releases run on Node.js 24, so this bump gets ahead of both deadlines without needing the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24 escape hatch.

Files touched: .github/workflows/{ci,deploy,publish-design-system}.yml.

Test plan

  • CI passes on this branch (format / lint / typecheck / test / build)
  • validate-lattice and lattice-lint jobs still pass
  • Pages deploy job still produces an artifact
  • After merge: confirm deprecation warnings are gone from the next CI + Deploy runs

- actions/checkout: v4 → v6
- actions/setup-node: v4 → v6
- actions/upload-pages-artifact: v3 → v5
- actions/deploy-pages: v4 → v5

Resolves Node.js 20 deprecation warnings ahead of the June 2 2026 default
flip and the September 16 2026 removal.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@gmoon
gmoon merged commit 3240cdb into main Jul 3, 2026
4 checks passed
@gmoon
gmoon deleted the chore/upgrade-actions-to-node24 branch July 3, 2026 14:57
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.

1 participant