Skip to content

Commit e03455d

Browse files
Bump rubygems/configure-rubygems-credentials from 2.0.0 to 2.1.0 (#216)
Bumps [rubygems/configure-rubygems-credentials](https://github.com/rubygems/configure-rubygems-credentials) from 2.0.0 to 2.1.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rubygems/configure-rubygems-credentials/releases">rubygems/configure-rubygems-credentials's releases</a>.</em></p> <blockquote> <h2>v2.1.0</h2> <p>This release switches the action runtime from Node 20 to Node 24. The <code>node24</code> declaration in <code>action.yml</code> removes the deprecation warning that every consumer — most visibly through <code>rubygems/release-gem</code> — has seen since GitHub announced the Node 20 deprecation, and gets ahead of runners switching JavaScript actions to Node 24 by default on June 16, 2026.</p> <p>Note for self-hosted runners: the <code>node24</code> runtime requires actions/runner 2.327.1 or later. GitHub-hosted runners are unaffected.</p> <p>The pending major dependency updates are included as well: zod 4, <code>@​actions/core</code> 3, and <code>@​actions/http-client</code> 4. The actions toolkit majors ship only ES module builds now, so the build pipeline emits ES modules internally, while the bundled <code>dist/index.js</code> the runner executes remains CommonJS. The action's inputs, outputs, and behavior are unchanged.</p> <p>Thanks to <a href="https://github.com/dduugg"><code>@​dduugg</code></a> for first proposing the runtime switch in <a href="https://redirect.github.com/rubygems/configure-rubygems-credentials/issues/413">#413</a>.</p> <!-- raw HTML omitted --> <h2>What's Changed</h2> <ul> <li>Clean up stale development configuration by <a href="https://github.com/hsbt"><code>@​hsbt</code></a> in <a href="https://redirect.github.com/rubygems/configure-rubygems-credentials/pull/420">rubygems/configure-rubygems-credentials#420</a></li> <li>Switch to Node 24 and adopt pending major dependency updates by <a href="https://github.com/hsbt"><code>@​hsbt</code></a> in <a href="https://redirect.github.com/rubygems/configure-rubygems-credentials/pull/421">rubygems/configure-rubygems-credentials#421</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/rubygems/configure-rubygems-credentials/compare/v2.0.0...v2.1.0">https://github.com/rubygems/configure-rubygems-credentials/compare/v2.0.0...v2.1.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rubygems/configure-rubygems-credentials/commit/dc5a8d8553e6ee01fc26761a49e99e733d17954a"><code>dc5a8d8</code></a> Merge pull request <a href="https://redirect.github.com/rubygems/configure-rubygems-credentials/issues/421">#421</a> from rubygems/claude/dreamy-albattani-d69d88</li> <li><a href="https://github.com/rubygems/configure-rubygems-credentials/commit/d6f98c90c7d2d0d8c692a575f00645dd74e1f399"><code>d6f98c9</code></a> Bump <code>@​actions/http-client</code> from 3.0.2 to 4.0.1</li> <li><a href="https://github.com/rubygems/configure-rubygems-credentials/commit/96335c20793599b0ba833b6a6917f430a7ad6602"><code>96335c2</code></a> Bump <code>@​actions/core</code> from 2.0.3 to 3.0.1</li> <li><a href="https://github.com/rubygems/configure-rubygems-credentials/commit/8e3b799d405fa2776790aaca45b865e8da4ec277"><code>8e3b799</code></a> Emit ES modules and run Jest in ESM mode</li> <li><a href="https://github.com/rubygems/configure-rubygems-credentials/commit/2df41ce86a53316316379399b1c98f5ea264434e"><code>2df41ce</code></a> Bump zod from 3.23.8 to 4.4.3</li> <li><a href="https://github.com/rubygems/configure-rubygems-credentials/commit/1d21f26401d2953d38eed26b04026e6acc0fd156"><code>1d21f26</code></a> Align <code>@​types/node</code> with the Node 24 runtime</li> <li><a href="https://github.com/rubygems/configure-rubygems-credentials/commit/4adc9f547dadf511684da5c9230755b4e4accb35"><code>4adc9f5</code></a> Raise the TypeScript target to es2024</li> <li><a href="https://github.com/rubygems/configure-rubygems-credentials/commit/0ce8f7b2179913ba26a696a9a77e3b826a9f71b0"><code>0ce8f7b</code></a> Build and test with Node 24 in CI</li> <li><a href="https://github.com/rubygems/configure-rubygems-credentials/commit/ae2cae90c7d3b7acdd450415e71391946e143b7e"><code>ae2cae9</code></a> Declare node24 as the action runtime</li> <li><a href="https://github.com/rubygems/configure-rubygems-credentials/commit/2af1e881179417e562933dab5313af56a32b2329"><code>2af1e88</code></a> Merge pull request <a href="https://redirect.github.com/rubygems/configure-rubygems-credentials/issues/417">#417</a> from rubygems/dependabot/github_actions/actions/check...</li> <li>Additional commits viewable in <a href="https://github.com/rubygems/configure-rubygems-credentials/compare/v2.0.0...v2.1.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rubygems/configure-rubygems-credentials&package-manager=github_actions&previous-version=2.0.0&new-version=2.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4ed1d6b commit e03455d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Build
4949
run: |
5050
bundle exec rake compile
51-
- uses: rubygems/configure-rubygems-credentials@v2.0.0
51+
- uses: rubygems/configure-rubygems-credentials@v2.1.0
5252
if: github.ref_type == 'tag'
5353
- name: Push gems
5454
if: github.ref_type == 'tag'

0 commit comments

Comments
 (0)