Skip to content

⬆️ (ci) [NO-ISSUE]: Bump the actions group across 1 directory with 8 updates - #1838

Closed
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/github_actions/actions-230b3d02c5
Closed

dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/github_actions/actions-230b3d02c5

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 1, 2026

Copy link
Copy Markdown
Contributor

Bumps the actions group with 8 updates in the / directory:

Package From To
softprops/action-gh-release 3.0.2 3.0.3
LedgerHQ/device-sdk-ts/.github/actions/setup-with-cache-composite 69b58c7fd3370397e82e73047b1441667bd46386 5ed072befbde9ed2585811ba8e21fbe4f3e0222f
actions/setup-java 5.7.0 6.0.1
LedgerHQ/device-sdk-ts/.github/actions/setup-with-build-cache-composite 69b58c7fd3370397e82e73047b1441667bd46386 5ed072befbde9ed2585811ba8e21fbe4f3e0222f
LedgerHQ/device-sdk-ts/.github/actions/generate-sbom-composite 69b58c7fd3370397e82e73047b1441667bd46386 5ed072befbde9ed2585811ba8e21fbe4f3e0222f
docker/setup-buildx-action 4.2.0 4.4.0
toshimaru/auto-author-assign 3.0.3 3.1.0
LedgerHQ/device-sdk-ts/.github/actions/publish-to-jfrog-composite 69b58c7fd3370397e82e73047b1441667bd46386 5ed072befbde9ed2585811ba8e21fbe4f3e0222f

Updates softprops/action-gh-release from 3.0.2 to 3.0.3

Release notes

Sourced from softprops/action-gh-release's releases.

v3.0.3

3.0.3 is a maintenance release with updated dependencies. It also safely classifies malformed GitHub API errors to avoid secondary failures (#822).

What's Changed

Bug fixes 🐛

Other Changes 🔄

  • dependency updates
Changelog

Sourced from softprops/action-gh-release's changelog.

3.0.3

3.0.3 is a maintenance release with updated dependencies. It also safely classifies malformed GitHub API errors to avoid secondary failures (#822).

What's Changed

Bug fixes 🐛

Other Changes 🔄

  • dependency updates

3.0.2

3.0.2 is a patch release focused on release reliability and compatibility. It reuses existing draft releases when publishing prereleases, supports replacing release assets on Gitea, hardens streamed asset uploads, and provides clearer release-creation diagnostics. It also includes TypeScript, coverage, and tooling maintenance merged since 3.0.1.

This release fixes #795, #438, and #803. The upload transport hardening covers the historical failure reported in #790, although current hosted Node 24 runners did not reproduce it naturally. The diagnostics work is related to #786 and does not claim a reproducible release-creation fix.

What's Changed

Exciting New Features 🎉

Bug fixes 🐛

Other Changes 🔄

3.0.1

  • maintenance release with updated dependencies

... (truncated)

Commits
  • efb3536 release 3.0.3 (#840)
  • 6441963 chore(deps): bump the npm group with 2 updates (#839)
  • e5ee6bc chore(deps): bump esbuild from 0.28.1 to 0.28.2 in the npm group (#837)
  • d1e6617 chore(deps): bump undici from 6.27.0 to 6.28.0 (#831)
  • 6403751 chore(deps): bump the npm group with 2 updates (#835)
  • 7c7184b chore(deps): bump postcss from 8.5.19 to 8.5.25 (#833)
  • 0f3f0d2 chore(deps): bump brace-expansion from 5.0.8 to 5.0.9 (#832)
  • 77fb938 chore(deps): bump prettier from 3.9.5 to 3.9.6 in the npm group (#830)
  • 5a6f517 chore(deps): bump brace-expansion from 5.0.7 to 5.0.8 (#828)
  • a3c91c9 chore(deps): bump the github-actions group with 2 updates (#825)
  • Additional commits viewable in compare view

Updates LedgerHQ/device-sdk-ts/.github/actions/setup-with-cache-composite from 69b58c7 to 5ed072b

Commits
  • 5ed072b ✨ (signer-eth) [LBD-298]: Update type for SignTransaction/TypedData factories...
  • 4177e0e ✨ (signer-solana) [DSDK-1520]: Support blind-signing Solana v1 transactions (...
  • 9698f3e ♻️ (manager-api) [NO-ISSUE]: Remove livecommonversion in HttpManagerApiDataSo...
  • 762139e ♻️ (manager-api): Remove hardcoded livecommonversion in HttpManagerApiDataSource
  • bad1b8f ✨ (clear-signing-tester) [DSDK-1527]: Add Tron support and TRC10/TRC20 scenar...
  • 9a36166 ✨ (signer-trx) [DSDK-1526]: Provide TRC10 token names when signing a transact...
  • 2e1c63c 💚 (ci): Run the Tron clear-signing scenarios
  • d0e9985 ✨ (clear-signing-tester): Add Tron support and TRC10/TRC20 scenarios
  • 7ea891a ✨ (signer-trx): Provide TRC10 token names when signing a transaction
  • 1fe060e ✨ (context-module): Add a Tron TRC10 token loader
  • Additional commits viewable in compare view

Updates actions/setup-java from 5.7.0 to 6.0.1

Release notes

Sourced from actions/setup-java's releases.

v6.0.1

What's Changed

New Contributors

Full Changelog: actions/setup-java@v6.0.0...v6.0.1

v6.0.0

What's Changed

... (truncated)

Commits
  • de7274f Avoid macOS GPG socket overflow on long runner paths (#1266)
  • 134912a Fix import-safe checks when scripts are run from a path with symlinks (#1265)
  • 0781fc6 Fix alpine failures by switching default back to only warn on verification fa...
  • 4889c4a Fix Temurin EA E2E signature verification (#1260)
  • 8fd3240 [WIP] Fix failing GitHub Actions job for temurin 17 (#1259)
  • 2732291 chore(deps-dev): update eslint and globals (#1256)
  • 1a8f22b chore: streamline Dependabot updates (#1255)
  • 85030b7 docs: complete v6 release highlights (#1254)
  • dd06d9c Prepare documentation for v6 release (#1253)
  • 59b3450 chore(deps): combine open Dependabot npm updates (#1252)
  • Additional commits viewable in compare view

Updates LedgerHQ/device-sdk-ts/.github/actions/setup-with-build-cache-composite from 69b58c7 to 5ed072b

Commits
  • 5ed072b ✨ (signer-eth) [LBD-298]: Update type for SignTransaction/TypedData factories...
  • 4177e0e ✨ (signer-solana) [DSDK-1520]: Support blind-signing Solana v1 transactions (...
  • 9698f3e ♻️ (manager-api) [NO-ISSUE]: Remove livecommonversion in HttpManagerApiDataSo...
  • 762139e ♻️ (manager-api): Remove hardcoded livecommonversion in HttpManagerApiDataSource
  • bad1b8f ✨ (clear-signing-tester) [DSDK-1527]: Add Tron support and TRC10/TRC20 scenar...
  • 9a36166 ✨ (signer-trx) [DSDK-1526]: Provide TRC10 token names when signing a transact...
  • 2e1c63c 💚 (ci): Run the Tron clear-signing scenarios
  • d0e9985 ✨ (clear-signing-tester): Add Tron support and TRC10/TRC20 scenarios
  • 7ea891a ✨ (signer-trx): Provide TRC10 token names when signing a transaction
  • 1fe060e ✨ (context-module): Add a Tron TRC10 token loader
  • Additional commits viewable in compare view

Updates LedgerHQ/device-sdk-ts/.github/actions/generate-sbom-composite from 69b58c7 to 5ed072b

Commits
  • 5ed072b ✨ (signer-eth) [LBD-298]: Update type for SignTransaction/TypedData factories...
  • 4177e0e ✨ (signer-solana) [DSDK-1520]: Support blind-signing Solana v1 transactions (...
  • 9698f3e ♻️ (manager-api) [NO-ISSUE]: Remove livecommonversion in HttpManagerApiDataSo...
  • 762139e ♻️ (manager-api): Remove hardcoded livecommonversion in HttpManagerApiDataSource
  • bad1b8f ✨ (clear-signing-tester) [DSDK-1527]: Add Tron support and TRC10/TRC20 scenar...
  • 9a36166 ✨ (signer-trx) [DSDK-1526]: Provide TRC10 token names when signing a transact...
  • 2e1c63c 💚 (ci): Run the Tron clear-signing scenarios
  • d0e9985 ✨ (clear-signing-tester): Add Tron support and TRC10/TRC20 scenarios
  • 7ea891a ✨ (signer-trx): Provide TRC10 token names when signing a transaction
  • 1fe060e ✨ (context-module): Add a Tron TRC10 token loader
  • Additional commits viewable in compare view

Updates docker/setup-buildx-action from 4.2.0 to 4.4.0

Release notes

Sourced from docker/setup-buildx-action's releases.

v4.4.0

Full Changelog: docker/setup-buildx-action@v4.3.0...v4.4.0

v4.3.0

Full Changelog: docker/setup-buildx-action@v4.2.0...v4.3.0

Commits
  • 594f3bf Merge pull request #609 from crazy-max/pull-buildkit-image-before-create
  • bd6e702 chore: update generated content
  • 6268c9d pull BuildKit image before builder creation
  • e823525 Merge pull request #621 from docker/dependabot/github_actions/codeql-actions-...
  • 533ed8e build(deps): bump the codeql-actions group with 2 updates
  • bedaf13 Merge pull request #620 from crazy-max/shared-error-helpers
  • d5079fb chore: update generated content
  • 226a616 use shared error helpers for Buildx and Docker commands
  • 77ce7f4 Merge pull request #619 from docker/dependabot/npm_and_yarn/docker/actions-to...
  • 0dc1dc9 [dependabot skip] chore: update generated content
  • Additional commits viewable in compare view

Updates toshimaru/auto-author-assign from 3.0.3 to 3.1.0

Release notes

Sourced from toshimaru/auto-author-assign's releases.

v3.1.0

3.1.0 (2026-08-12)

What's Changed

Features

Security

Dependencies

Others

New Contributors

Full Changelog: toshimaru/auto-author-assign@v3.0.3...v3.1.0

Changelog

Sourced from toshimaru/auto-author-assign's changelog.

Changelog

3.1.0 (2026-08-12)

Features

Bug Fixes

  • parse skip-users as comma or newline-separated list (9db2a78)

3.0.3 (2026-06-15)

Miscellaneous Chores

3.0.2 (2026-04-27)

Miscellaneous Chores

3.0.1 (2025-12-25)

Miscellaneous Chores

3.0.0 (2025-12-21)

Features

  • Add npm run package instead of build (#130) (972720f)

Miscellaneous Chores

2.1.2 (2025-12-16)

... (truncated)

Commits
  • a78a94b chore(main): release 3.1.0 (#192)
  • c323db6 feat: add support to skip users (see #185 and #191)
  • eae6cfd build(deps-dev): bump rollup from 4.62.3 to 4.62.4 (#189)
  • 3d6ff39 build(deps): bump undici from 6.25.0 to 6.28.0 (#188)
  • 6c3a1f7 docs: use consistent terminology for machine-user accounts
  • 19ec32b docs: note that bot check does not cover machine-user accounts
  • 737b10e build: rebuild dist for skip-users separator fix
  • 9db2a78 fix: parse skip-users as comma or newline-separated list
  • 2498de0 Update README
  • 0bb3224 Add skip-user input
  • Additional commits viewable in compare view

Updates LedgerHQ/device-sdk-ts/.github/actions/publish-to-jfrog-composite from 69b58c7 to 5ed072b

Commits
  • 5ed072b ✨ (signer-eth) [LBD-298]: Update type for SignTransaction/TypedData factories...
  • 4177e0e ✨ (signer-solana) [DSDK-1520]: Support blind-signing Solana v1 transactions (...
  • 9698f3e ♻️ (manager-api) [NO-ISSUE]: Remove livecommonversion in HttpManagerApiDataSo...
  • 762139e ♻️ (manager-api): Remove hardcoded livecommonversion in HttpManagerApiDataSource
  • bad1b8f ✨ (clear-signing-tester) [DSDK-1527]: Add Tron support and TRC10/TRC20 scenar...
  • 9a36166 ✨ (signer-trx) [DSDK-1526]: Provide TRC10 token names when signing a transact...
  • 2e1c63c 💚 (ci): Run the Tron clear-signing scenarios
  • d0e9985 ✨ (clear-signing-tester): Add Tron support and TRC10/TRC20 scenarios
  • 7ea891a ✨ (signer-trx): Provide TRC10 token names when signing a transaction
  • 1fe060e ✨ (context-module): Add a Tron TRC10 token loader
  • Additional commits viewable in compare view

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Sep 1, 2026
Copilot AI lite review requested due to automatic review settings September 1, 2026 11:59
@dependabot
dependabot Bot requested a review from a team as a code owner September 1, 2026 11:59
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Sep 1, 2026
@vercel

vercel Bot commented Sep 1, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated
device-sdk-ts-sample Ready Ready Preview Sep 18, 2026 11:56am UTC
doc-device-management-kit Ready Ready Preview Sep 18, 2026 11:56am UTC

Request Review

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.

🔵 Needs a closer look

Pull request overview

This PR updates pinned GitHub Actions (and internal composite actions) used across CI workflows in this repository, primarily to keep the CI toolchain/actions up to date and benefit from upstream fixes.

Changes:

  • Bump internal composite actions (setup-with-cache-composite, setup-with-build-cache-composite, generate-sbom-composite, publish-to-jfrog-composite) to commit 22f81df....
  • Update third-party actions: actions/setup-java to v6.0.0, docker/setup-buildx-action to v4.3.0, toshimaru/auto-author-assign to v3.1.0, and softprops/action-gh-release to v3.0.3.
  • Apply these bumps consistently across release, nightly, PR, SBOM, and mock-server workflows.
File summaries
File Description
.github/workflows/update_toolchain.yml Bumps internal setup composite action used by the toolchain update workflow.
.github/workflows/snapshot_release.yml Bumps internal setup + JFrog publish composite actions for snapshot releases.
.github/workflows/release.yml Bumps internal setup + JFrog publish composite actions for main-branch releases.
.github/workflows/release_mock_server.yml Updates docker/setup-buildx-action pin for mock server image publishing.
.github/workflows/pull_request.yml Updates auto-assign action and internal setup composite action pins for PR checks.
.github/workflows/nightly_solana.yml Bumps internal setup/build-cache composite actions for Solana nightly runs.
.github/workflows/nightly_ethereum.yml Bumps internal setup/build-cache composite actions for Ethereum nightly runs.
.github/workflows/mock-server-preview.yml Updates docker/setup-buildx-action pin for preview image builds.
.github/workflows/mock-server-build-prod.yml Updates docker/setup-buildx-action pin for prod image builds.
.github/workflows/merge_queue.yml Bumps internal setup composite action pin for merge-queue checks.
.github/workflows/generate_sbom.yml Bumps internal setup + SBOM composite actions.
.github/workflows/develop-sonar.yml Bumps internal build-cache setup composite action for Sonar baseline workflow.
.github/workflows/build_mobile.yml Updates internal setup composite action and bumps actions/setup-java to v6.0.0.
.github/workflows/build_devtools.yml Bumps softprops/action-gh-release pin used to update the devtools-latest release.
Review details
  • Files reviewed: 14/14 changed files
  • Comments generated: 0
  • Review effort level: Lite

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

@dependabot
dependabot Bot force-pushed the dependabot/github_actions/actions-230b3d02c5 branch from 1046fab to dc9310b Compare September 2, 2026 11:56
@dependabot
dependabot Bot force-pushed the dependabot/github_actions/actions-230b3d02c5 branch from dc9310b to 72bb69a Compare September 3, 2026 11:56
@dependabot
dependabot Bot force-pushed the dependabot/github_actions/actions-230b3d02c5 branch from 72bb69a to e7b4914 Compare September 4, 2026 11:55
@dependabot
dependabot Bot force-pushed the dependabot/github_actions/actions-230b3d02c5 branch from e7b4914 to 42e246d Compare September 7, 2026 11:56
@dependabot
dependabot Bot force-pushed the dependabot/github_actions/actions-230b3d02c5 branch from 42e246d to 7b00ae0 Compare September 8, 2026 11:55
@dependabot
dependabot Bot force-pushed the dependabot/github_actions/actions-230b3d02c5 branch from 7b00ae0 to 3efcbea Compare September 11, 2026 10:43
@dependabot
dependabot Bot force-pushed the dependabot/github_actions/actions-230b3d02c5 branch from 3efcbea to b551861 Compare September 14, 2026 11:56
…updates

Bumps the actions group with 8 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [softprops/action-gh-release](https://github.com/softprops/action-gh-release) | `3.0.2` | `3.0.3` |
| [LedgerHQ/device-sdk-ts/.github/actions/setup-with-cache-composite](https://github.com/ledgerhq/device-sdk-ts) | `69b58c7fd3370397e82e73047b1441667bd46386` | `5ed072befbde9ed2585811ba8e21fbe4f3e0222f` |
| [actions/setup-java](https://github.com/actions/setup-java) | `5.7.0` | `6.0.1` |
| [LedgerHQ/device-sdk-ts/.github/actions/setup-with-build-cache-composite](https://github.com/ledgerhq/device-sdk-ts) | `69b58c7fd3370397e82e73047b1441667bd46386` | `5ed072befbde9ed2585811ba8e21fbe4f3e0222f` |
| [LedgerHQ/device-sdk-ts/.github/actions/generate-sbom-composite](https://github.com/ledgerhq/device-sdk-ts) | `69b58c7fd3370397e82e73047b1441667bd46386` | `5ed072befbde9ed2585811ba8e21fbe4f3e0222f` |
| [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) | `4.2.0` | `4.4.0` |
| [toshimaru/auto-author-assign](https://github.com/toshimaru/auto-author-assign) | `3.0.3` | `3.1.0` |
| [LedgerHQ/device-sdk-ts/.github/actions/publish-to-jfrog-composite](https://github.com/ledgerhq/device-sdk-ts) | `69b58c7fd3370397e82e73047b1441667bd46386` | `5ed072befbde9ed2585811ba8e21fbe4f3e0222f` |



Updates `softprops/action-gh-release` from 3.0.2 to 3.0.3
- [Release notes](https://github.com/softprops/action-gh-release/releases)
- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md)
- [Commits](softprops/action-gh-release@3d0d988...efb3536)

Updates `LedgerHQ/device-sdk-ts/.github/actions/setup-with-cache-composite` from 69b58c7 to 5ed072b
- [Release notes](https://github.com/ledgerhq/device-sdk-ts/releases)
- [Commits](69b58c7...5ed072b)

Updates `actions/setup-java` from 5.7.0 to 6.0.1
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](actions/setup-java@b6effb0...de7274f)

Updates `LedgerHQ/device-sdk-ts/.github/actions/setup-with-build-cache-composite` from 69b58c7 to 5ed072b
- [Release notes](https://github.com/ledgerhq/device-sdk-ts/releases)
- [Commits](69b58c7...5ed072b)

Updates `LedgerHQ/device-sdk-ts/.github/actions/generate-sbom-composite` from 69b58c7 to 5ed072b
- [Release notes](https://github.com/ledgerhq/device-sdk-ts/releases)
- [Commits](69b58c7...5ed072b)

Updates `docker/setup-buildx-action` from 4.2.0 to 4.4.0
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](docker/setup-buildx-action@bb05f3f...594f3bf)

Updates `toshimaru/auto-author-assign` from 3.0.3 to 3.1.0
- [Release notes](https://github.com/toshimaru/auto-author-assign/releases)
- [Changelog](https://github.com/toshimaru/auto-author-assign/blob/main/CHANGELOG.md)
- [Commits](toshimaru/auto-author-assign@3e19bfc...a78a94b)

Updates `LedgerHQ/device-sdk-ts/.github/actions/publish-to-jfrog-composite` from 69b58c7 to 5ed072b
- [Release notes](https://github.com/ledgerhq/device-sdk-ts/releases)
- [Commits](69b58c7...5ed072b)

---
updated-dependencies:
- dependency-name: actions/setup-java
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: docker/setup-buildx-action
  dependency-version: 4.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
- dependency-name: LedgerHQ/device-sdk-ts/.github/actions/generate-sbom-composite
  dependency-version: 22f81df
  dependency-type: direct:production
  dependency-group: actions
- dependency-name: LedgerHQ/device-sdk-ts/.github/actions/publish-to-jfrog-composite
  dependency-version: 22f81df
  dependency-type: direct:production
  dependency-group: actions
- dependency-name: LedgerHQ/device-sdk-ts/.github/actions/setup-with-build-cache-composite
  dependency-version: 22f81df
  dependency-type: direct:production
  dependency-group: actions
- dependency-name: LedgerHQ/device-sdk-ts/.github/actions/setup-with-cache-composite
  dependency-version: 22f81df
  dependency-type: direct:production
  dependency-group: actions
- dependency-name: softprops/action-gh-release
  dependency-version: 3.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions
- dependency-name: toshimaru/auto-author-assign
  dependency-version: 3.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <support@github.com>
@sonarqubecloud

Copy link
Copy Markdown

@dependabot @github

dependabot Bot commented on behalf of github Sep 21, 2026

Copy link
Copy Markdown
Contributor Author

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Sep 21, 2026
@dependabot
dependabot Bot deleted the dependabot/github_actions/actions-230b3d02c5 branch September 21, 2026 11:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant