chore: sync with upstream ruby/setup-ruby v1.295.0 (Node 24 upgrade) - #13
Merged
Conversation
Fixed ruby#867 ("mise.toml parser fails when ruby line contains end-of-line comments") Co-authored-by: Riley Ho <riley@rileychh.dev>
…o ruby/setup-ruby
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 5.3.3 to 5.3.4. - [Release notes](https://github.com/NaturalIntelligence/fast-xml-parser/releases) - [Changelog](https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md) - [Commits](NaturalIntelligence/fast-xml-parser@v5.3.3...v5.3.4) --- updated-dependencies: - dependency-name: fast-xml-parser dependency-version: 5.3.4 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 5.3.4 to 5.3.6. - [Release notes](https://github.com/NaturalIntelligence/fast-xml-parser/releases) - [Changelog](https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md) - [Commits](NaturalIntelligence/fast-xml-parser@v5.3.4...v5.3.6) --- updated-dependencies: - dependency-name: fast-xml-parser dependency-version: 5.3.6 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.1.2 to 3.1.4. - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md) - [Commits](isaacs/minimatch@v3.1.2...v3.1.4) --- updated-dependencies: - dependency-name: minimatch dependency-version: 3.1.4 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 5.3.6 to 5.4.1. - [Release notes](https://github.com/NaturalIntelligence/fast-xml-parser/releases) - [Changelog](https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md) - [Commits](NaturalIntelligence/fast-xml-parser@v5.3.6...v5.4.1) --- updated-dependencies: - dependency-name: fast-xml-parser dependency-version: 5.4.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
blacksmith.sh runners use "Windows Server 2025 Standard Evaluation".
* There are warnings for Node 20 now, see ruby#806 (comment) * Node 20 is deprecated now and EOL in April 2026. Node 24 has been available for a long time, so no runners should lack node24. See https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/ * For very old runners without node24 it's still possible to force using node20 with `ACTIONS_RUNNER_FORCE_ACTIONS_NODE_VERSION=20`. See also the blog post above.
* JRuby 9.2.x has been EOL for a very long time, so there's no value in telling people to use a newer version. * jruby/jruby#7106 was resolved with JRuby 9.4.0.0. All prior versions are EOL. * jruby/jruby#7182 was determined to be a JDK issue and no longer occurs with more recent builds.
Made-with: Cursor # Conflicts: # yarn.lock
Regenerates dist/index.js and yarn.lock to reflect the merged upstream v1.295.0 changes while preserving WarpBuilds customizations (warp-cache alias, runner names). Made-with: Cursor
suryaoruganti
approved these changes
Mar 24, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
ruby/setup-rubytagv1.295.0(was atv1.286.0, now 9 releases ahead)4eb9f11)@actions/cachealiased tonpm:github-actions.warp-cache@1.4.7generate-test-matrix.rbminimatch,uuiddist/index.jsand regeneratedyarn.lockUpstream changes included (v1.286.0 -> v1.295.0)
using: 'node24')Test plan
yarn installsucceedsyarn run packagerebuilds dist cleanlypackage.json,generate-test-matrix.rbaction.ymlnow usesnode24Made with Cursor