Skip to content

chore(ci): update GitHub Actions to Node.js 24 compatible versions#15110

Merged
davidkonigsberg merged 1 commit into
mainfrom
devin/1776427427-node24-actions-upgrade
Apr 17, 2026
Merged

chore(ci): update GitHub Actions to Node.js 24 compatible versions#15110
davidkonigsberg merged 1 commit into
mainfrom
devin/1776427427-node24-actions-upgrade

Conversation

@davidkonigsberg
Copy link
Copy Markdown
Contributor

Description

Addresses the Node.js 20 deprecation warnings surfaced in this CI run. GitHub is forcing JavaScript actions onto Node 24 on June 2, 2026, and Node 20 reaches EOL in April 2026 — this PR bumps every action in .github/ that has a Node 24–compatible release available.

Changes Made

Bumped the following actions across .github/workflows/*.yml and .github/actions/cached-seed/action.yaml:

  • actions/cache@v4@v5
  • actions/checkout@v4@v6 (in release-software.yml)
  • actions/upload-artifact@v4@v6
  • actions/download-artifact@v4@v7
  • docker/login-action@v3@v4
  • softprops/action-gh-release@v2@v3

Files touched: ci.yml, ci-dynamic-snippets.yml, benchmark-baseline.yml, seed.yml, cli-release.yml, publish-snippets-core.yml, release-software.yml, test-definitions.yml, update-test.yml, cached-seed/action.yaml.

Actions intentionally not bumped

These actions are still in use but have no Node 24 release yet, so their deprecation warnings will persist until upstream ships an update:

  • bufbuild/buf-setup-action@v1.50.0 (latest, still node20)
  • crs-k/stale-branches@v8.2.2 (latest, still node20)

tj-actions/changed-files@v47 is already on Node 24 (migrated in v47.0.0), so no change needed there.

Review checklist

  • Major version bumpsupload-artifact v4→v6, download-artifact v4→v7, cache v4→v5, checkout v4→v6, docker/login-action v3→v4, softprops/action-gh-release v2→v3 are all major bumps. Confirm no breaking input/output changes affect our usage. Notably, upload-artifact v5+ produces immutable artifacts; matched with download-artifact@v7 they should interop correctly.
  • Self-hosted runnerupdate-test.yml uses runs-on: Test. Node 24 requires Actions Runner ≥ 2.327.1 — confirm the self-hosted runner is updated (GitHub-hosted runners are fine).
  • Tested via CI only (YAML-only change).

Link to Devin session: https://app.devin.ai/sessions/b24269a1f97f43f9ae84b9029af20dd9
Requested by: @davidkonigsberg

Co-Authored-By: David Konigsberg <davidakonigsberg@gmail.com>
Copy link
Copy Markdown

@claude claude Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Claude Code Review

This repository is configured for manual code reviews. Comment @claude review to trigger a review and subscribe this PR to future pushes, or @claude review once for a one-time review.

Tip: disable this comment in your organization's Code Review settings.

@devin-ai-integration
Copy link
Copy Markdown
Contributor

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR. Add '(aside)' to your comment to have me ignore it.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment and CI monitoring

@github-actions
Copy link
Copy Markdown
Contributor

🌱 Seed Test Selector

Select languages to run seed tests for:

  • Python
  • TypeScript
  • Java
  • Go
  • Ruby
  • C#
  • PHP
  • Swift
  • Rust
  • OpenAPI

How to use: Click the ⋯ menu above → "Edit" → check the boxes you want → click "Update comment". Tests will run automatically and snapshots will be committed to this PR.

@devin-ai-integration devin-ai-integration Bot changed the title chore: update GitHub Actions to Node.js 24 compatible versions chore(ci): update GitHub Actions to Node.js 24 compatible versions Apr 17, 2026
@davidkonigsberg davidkonigsberg merged commit 6b9106e into main Apr 17, 2026
59 of 61 checks passed
@davidkonigsberg davidkonigsberg deleted the devin/1776427427-node24-actions-upgrade branch April 17, 2026 12:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants