-
Notifications
You must be signed in to change notification settings - Fork 13
chore(deps): bump the github-action-dependencies group across 1 directory with 7 updates #305
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
chore(deps): bump the github-action-dependencies group across 1 directory with 7 updates #305
Conversation
|
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting |
78d6ae5 to
ed0a74a
Compare
ed0a74a to
5b7bf3b
Compare
5b7bf3b to
a5ccab0
Compare
a5ccab0 to
9d7d1be
Compare
|
|
||
| - name: Setup Node.js | ||
| uses: actions/setup-node@v4 | ||
| uses: actions/setup-node@v6 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bug: Version Mismatch Causes Workflow Failures
Workflow files update actions/setup-node to v6 (instead of v5) and ruby/setup-ruby to v1.265.0 (instead of v1.257.0). This widespread version mismatch from the intended updates could lead to workflow failures or unexpected behavior.
Additional Locations (4)
0a52e0d to
95771e0
Compare
95771e0 to
6c0eb03
Compare
…tory with 7 updates Bumps the github-action-dependencies group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `4` | `5` | | [actions/setup-node](https://github.com/actions/setup-node) | `4` | `5` | | [cycjimmy/semantic-release-action](https://github.com/cycjimmy/semantic-release-action) | `4.2.0` | `5.0.0` | | [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action) | `1.26.0` | `2.1.1` | | [actions/setup-java](https://github.com/actions/setup-java) | `4` | `5` | | [ruby/setup-ruby](https://github.com/ruby/setup-ruby) | `1.229.0` | `1.257.0` | | [kenji-miyake/setup-sd](https://github.com/kenji-miyake/setup-sd) | `08c14e27d65a1c215342ef00c81583ae67f4c5ef` | `f4181660873fa5814708e1c0a640d8e9975a4ae5` | Updates `actions/checkout` from 4 to 5 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) Updates `actions/setup-node` from 4 to 5 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v4...v5) Updates `cycjimmy/semantic-release-action` from 4.2.0 to 5.0.0 - [Release notes](https://github.com/cycjimmy/semantic-release-action/releases) - [Changelog](https://github.com/cycjimmy/semantic-release-action/blob/main/docs/CHANGELOG.md) - [Commits](cycjimmy/semantic-release-action@0a51e81...9cc899c) Updates `slackapi/slack-github-action` from 1.26.0 to 2.1.1 - [Release notes](https://github.com/slackapi/slack-github-action/releases) - [Commits](slackapi/slack-github-action@70cd7be...91efab1) Updates `actions/setup-java` from 4 to 5 - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](actions/setup-java@v4...v5) Updates `ruby/setup-ruby` from 1.229.0 to 1.257.0 - [Release notes](https://github.com/ruby/setup-ruby/releases) - [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb) - [Commits](ruby/setup-ruby@354a1ad...4451173) Updates `kenji-miyake/setup-sd` from 08c14e27d65a1c215342ef00c81583ae67f4c5ef to f4181660873fa5814708e1c0a640d8e9975a4ae5 - [Release notes](https://github.com/kenji-miyake/setup-sd/releases) - [Commits](kenji-miyake/setup-sd@08c14e2...f418166) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-action-dependencies - dependency-name: actions/setup-node dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-action-dependencies - dependency-name: cycjimmy/semantic-release-action dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-action-dependencies - dependency-name: slackapi/slack-github-action dependency-version: 2.1.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-action-dependencies - dependency-name: actions/setup-java dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-action-dependencies - dependency-name: ruby/setup-ruby dependency-version: 1.257.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-action-dependencies - dependency-name: kenji-miyake/setup-sd dependency-version: f4181660873fa5814708e1c0a640d8e9975a4ae5 dependency-type: direct:production dependency-group: github-action-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
6c0eb03 to
d3e4a01
Compare
Bumps the github-action-dependencies group with 7 updates in the / directory:
45454.2.05.0.01.26.02.1.1451.229.01.257.008c14e27d65a1c215342ef00c81583ae67f4c5eff4181660873fa5814708e1c0a640d8e9975a4ae5Updates
actions/checkoutfrom 4 to 5Release notes
Sourced from actions/checkout's releases.
... (truncated)
Changelog
Sourced from actions/checkout's changelog.
... (truncated)
Commits
08c6903Prepare v5.0.0 release (#2238)9f26565Update actions checkout to use node 24 (#2226)Updates
actions/setup-nodefrom 4 to 5Release notes
Sourced from actions/setup-node's releases.
... (truncated)
Commits
a0853c2Bump actions/checkout from 4 to 5 (#1345)b7234ccUpgrade action to use node24 (#1325)d7a1131Enhance caching in setup-node with automatic package manager detection (#1348)5e2628cBumps form-data (#1332)65becefBump undici from 5.28.5 to 5.29.0 (#1295)7e24a65Bump uuid from 9.0.1 to 11.1.0 (#1273)08f58d1Bump@octokit/request-errorand@actions/github(#1227)Updates
cycjimmy/semantic-release-actionfrom 4.2.0 to 5.0.0Release notes
Sourced from cycjimmy/semantic-release-action's releases.
Changelog
Sourced from cycjimmy/semantic-release-action's changelog.
... (truncated)
Commits
9cc899cchore(release): 5.0.0 [skip ci]5362fd1Merge pull request #255 from DarkAtra/feat/update-node-version-on-runner-to-2492100d1Merge pull request #253 from cycjimmy/dependabot/github_actions/actions/check...7869323feat: update node version on runner to 24db700e4build(deps): bump actions/checkout from 4 to 59a24fc6Merge pull request #251 from cycjimmy/dependabot/npm_and_yarn/semantic-releas...fc78113build(deps): bump semantic-release from 24.2.6 to 24.2.716ca923chore(release): 4.2.2 [skip ci]5d996b8Merge pull request #250 from densogiaichned/mainb7db0cbfix(cleanupNpmrc.task.js): Use@actions/ioto remove .npmrcUpdates
slackapi/slack-github-actionfrom 1.26.0 to 2.1.1Release notes
Sourced from slackapi/slack-github-action's releases.
... (truncated)
Commits
91efab1Releaseb6f4640chore(release): tag version 2.1.1 (#474)d3dc61ebuild(deps-dev): bump@biomejs/biomefrom 1.9.4 to 2.0.6 (#470)f647c89build(deps-dev): bump@types/nodefrom 24.0.3 to 24.0.8 (#472)e6fa633build(deps-dev): bump sinon from 20.0.0 to 21.0.0 (#471)75b7822build(deps-dev): bump mocha-suppress-logs from 0.5.1 to 0.6.0 (#469)d7b6150build(deps-dev): bump mocha from 11.5.0 to 11.7.1 (#468)a7f5b68build: clone repository "docs" and configuration when syncing project docs (#...c69deabbuild(deps-dev): bump@types/nodefrom 22.15.29 to 24.0.3 (#466)1d0943cbuild(deps): bump axios from 1.9.0 to 1.10.0 (#465)Updates
actions/setup-javafrom 4 to 5Release notes
Sourced from actions/setup-java's releases.
... (truncated)
Commits
dded088Bump actions/checkout from 4 to 5 (#896)0913e9aUpgrade to node 24 (#888)e9343dbBumps form-data (#887)ae2b61dBump undici from 5.28.5 to 5.29.0 (#833)c190c18Bump eslint-plugin-jest from 27.9.0 to 29.0.1 (#730)67aec00Fix: prevent default installation of JetBrains pre-releases (#859)ebb356cImprove Error Handling for Setup-Java Action to Help Debug Intermittent Failu...f4f1212Update publish-immutable-actions.yml (#798)Updates
ruby/setup-rubyfrom 1.229.0 to 1.257.0Release notes
Sourced from ruby/setup-ruby's releases.
... (truncated)
Commits
4451173Remove workaround for old truffleruby version from 2021805f878Remove failing testab85640Add jruby-9.4.14.0c2e9820Update README.mdefbf473Add JRuby for Windows on Armbd28d36Merge pull request #797 from ruby/dependabot/github_actions/actions/checkout-53c08d92Bump actions/checkout from 4 to 5829114fAdd jruby-10.0.2.076da337Update GitHub-hosted runners link2973a4bMerge pull request #794 from fkmy/update-readmeUpdates
kenji-miyake/setup-sdfrom 08c14e27d65a1c215342ef00c81583ae67f4c5ef to f4181660873fa5814708e1c0a640d8e9975a4ae5Commits
You can trigger a rebase of this PR by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditionsNote
Bumps core GitHub Actions in CI workflows (checkout v5, setup-node v6, setup-java v5, semantic-release-action v5, Slack action v2.1.1, ruby/setup-ruby pin, setup-sd pin) across multiple workflows.
actions/checkout@v5,actions/setup-node@v6,actions/setup-java@v5,cycjimmy/semantic-release-action@v5,slackapi/[email protected].ruby/setup-rubyandkenji-miyake/setup-sd..github/workflows/check-api-changes.yml,deploy-sdk.yml,lint.yml,reusable_build_sample_apps.yml,test.yml,unpublish-npm-version.yml,validate-plugin-compatibility.yml.Written by Cursor Bugbot for commit 9d7d1be. This will update automatically on new commits. Configure here.