Skip to content

ci: bump changeset actions from node20 to node24 runtime#182

Merged
JuroUhlar merged 2 commits into
mainfrom
ci/changeset-actions-node24-runtime
Jul 13, 2026
Merged

ci: bump changeset actions from node20 to node24 runtime#182
JuroUhlar merged 2 commits into
mainfrom
ci/changeset-actions-node24-runtime

Conversation

@JuroUhlar

@JuroUhlar JuroUhlar commented Jul 13, 2026

Copy link
Copy Markdown
Contributor
  • Bump changeset-determine-step and changeset-release-notes JS actions from the node20 to the node24 runtime.
  • Only the runs.using field changes — bundled dist/ is untouched, so check-dist stays green and no rebuild is needed.

Clears the Node 20 deprecation warning that these two actions emit on every run of the ~10 reusable workflows that use them (release-sdk-changesets, analyze-commits, build-typescript-project, coverage-diff, docs-and-coverage, …), across all consuming SDK repos. update-sdk-schema already runs on node24. Surfaced while reviewing CI in fingerprintjs/node-sdk.

No changeset needed

These actions ship via the @v1 git tag, not npm — the changeset-bot warning is a false positive here.

Follow-up: move the v1 tag

The fix only reaches consumers once v1 is moved to the merge commit (per the release step in CONTRIBUTING).

@changeset-bot

changeset-bot Bot commented Jul 13, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: f01d142

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@github-actions

Copy link
Copy Markdown
Contributor

⚠️ This PR doesn't contain any changesets. If there are user-facing changes, don't forget to run:

pnpm exec changeset

to create a changeset.

@github-actions

Copy link
Copy Markdown
Contributor

This PR will create a major release 🚀

⚠️ This is a test run of the release-notes-comment action that can be found in .github/workflows/analyze-commits.yml

2.0.0 (2026-07-13)

⚠ BREAKING CHANGES

  • eslint-config: consumers must now install eslint and typescript-eslint.

Features

  • eslint-config: move eslint and typescript-eslint to peer deps (3832930)

Bug Fixes

  • tests: strip devEngines/packageManager from temp package before pnpm install (bffedfd)

@github-actions

Copy link
Copy Markdown
Contributor

Coverage report

St.
Category Percentage Covered / Total
🔴 Statements 50% 3/6
🟢 Branches 100% 0/0
🔴 Functions 50% 1/2
🔴 Lines 25% 1/4

Test suite run success

15 tests passing in 7 suites.

Report generated by 🧪jest coverage report action from f01d142

Show full coverage report
St File % Stmts % Branch % Funcs % Lines Uncovered Line #s
🟡 All files 50 100 50 25
🟢  greeting.ts 100 100 100 100
🔴  index.ts 0 100 0 0 1-4

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Updates the repository’s JavaScript GitHub Actions to declare the Node 24 runtime instead of Node 20, aligning the runs.using field with the runtime GitHub Actions runners already enforce and eliminating Node 20 deprecation warnings for downstream consumers.

Changes:

  • Bump .github/actions/changeset-release-notes action runtime from node20 to node24.
  • Bump .github/actions/changeset-determine-step action runtime from node20 to node24.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
.github/actions/changeset-release-notes/action.yml Updates action runtime declaration to node24 for the release-notes JS action.
.github/actions/changeset-determine-step/action.yml Updates action runtime declaration to node24 for the changeset step-selection JS action.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@JuroUhlar
JuroUhlar marked this pull request as ready for review July 13, 2026 12:29
@JuroUhlar
JuroUhlar requested a review from a team as a code owner July 13, 2026 12:29
@JuroUhlar
JuroUhlar merged commit dee66aa into main Jul 13, 2026
19 checks passed
@JuroUhlar
JuroUhlar deleted the ci/changeset-actions-node24-runtime branch July 13, 2026 12:56
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.

3 participants