Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 11, 2025

Bumps the actions group with 3 updates in the / directory: theupdateframework/tuf-on-ci, actions/setup-node and actions/setup-java.

Updates theupdateframework/tuf-on-ci from 0.18.0 to 0.19.0

Release notes

Sourced from theupdateframework/tuf-on-ci's releases.

v0.19.0

  • actions: Removed a dependency on pandoc, making the HTML generation more reliable (#696)
  • Dependency updates
Changelog

Sourced from theupdateframework/tuf-on-ci's changelog.

Changelog

Unreleased

v0.19.0

  • actions: Removed a dependency on pandoc, making the HTML generation more reliable (#696)
  • Dependency updates

v0.18.0

  • repo: tuf-on-ci-test-client now sets a user-agent header
  • Dependency updates

v0.17.0

Dependency update release.

v0.16.1

This release contains dependency updates and minor improvements in repository side.

v0.16.0

This release contains minor improvements to both repository and signer.

  • Verify keyid calculation in signing event (#536)
  • Improve error message when Yubikey authentication fails (#528)
  • Improve python project metadata (#533)

Updating a repository from 0.15 does not require changes in GitHub workflow files.

v0.15.2

This point release fixes a bug introduced in 0.14.

  • Only return open pull requests (PR) when searching for a signing event (#518). In cases where the signers rely on a fork to sign and then create a PR back to the main repository, both PRs will contain the same git commit at tip, and so multiple PRs would be returned, now only open PRs are considered.

Updating from 0.14 does not require any changes GitHub workflow files.

v0.15.1

... (truncated)

Commits
  • daa76c3 Prepare new release (#698)
  • 6a1457d build(deps-dev): bump the pinned-test-dependencies group across 2 directories...
  • 41fa99b build(deps): bump the actions-dependencies group across 7 directories with 3 ...
  • 5d7dfb8 repo: Update pinned requirements (#697)
  • c101df8 repo/actions: Refactor HTML generation (#696)
  • 577680b build(deps): bump pip-tools in /build in the build-dependencies group (#694)
  • b6a807f build(deps-dev): bump the pinned-test-dependencies group across 2 directories...
  • 6d71d05 build(deps): bump the pinned-test-dependencies group across 3 directories wit...
  • 0d0f81f build(deps): bump the pinned-test-dependencies group across 3 directories wit...
  • d44bfa5 build(deps): bump tox in /build in the build-dependencies group (#690)
  • Additional commits viewable in compare view

Updates actions/setup-node from 6.0.0 to 6.1.0

Release notes

Sourced from actions/setup-node's releases.

v6.1.0

What's Changed

Enhancement:

Dependency updates:

Documentation update:

Full Changelog: actions/setup-node@v6...v6.1.0

Commits

Updates actions/setup-java from 5.0.0 to 5.1.0

Release notes

Sourced from actions/setup-java's releases.

v5.1.0

What's Changed

New Features

Bug Fixes & Improvements

Documentation changes

Dependency updates

New Contributors

Full Changelog: actions/setup-java@v5...v5.1.0

Commits
  • f2beeb2 Bump actions/publish-action from 0.3.0 to 0.4.0 (#912)
  • 4e7e684 feat: Add support for .sdkmanrc file in java-version-file parameter (#736)
  • 46c56d6 Add GitHub Token Support for GraalVM and Refactor Code (#849)
  • 66b9457 Update SapMachine URLs (#955)
  • 6ba5449 Enhance error logging for network failures to include endpoint/IP details, ad...
  • de5a937 adds microsoft openjdk25 builds (#927)
  • ead9eaa Update Regex to Support All ASDF Versions for the supported distributions in ...
  • 8c57fa3 Clarify JAVA_HOME and PATH setup in README (#841)
  • a7ab372 Bump prettier from 2.8.8 to 3.6.2 (#873)
  • d0351b4 Update documentation to use checkout and Java v5 (#903)
  • See full diff in compare view

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 commands and options

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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 conditions

@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update Github_actions code labels Dec 11, 2025
Bumps the actions group with 3 updates in the / directory: [theupdateframework/tuf-on-ci](https://github.com/theupdateframework/tuf-on-ci), [actions/setup-node](https://github.com/actions/setup-node) and [actions/setup-java](https://github.com/actions/setup-java).


Updates `theupdateframework/tuf-on-ci` from 0.18.0 to 0.19.0
- [Release notes](https://github.com/theupdateframework/tuf-on-ci/releases)
- [Changelog](https://github.com/theupdateframework/tuf-on-ci/blob/main/docs/CHANGELOG.md)
- [Commits](theupdateframework/tuf-on-ci@0ef6631...daa76c3)

Updates `actions/setup-node` from 6.0.0 to 6.1.0
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@2028fbc...395ad32)

Updates `actions/setup-java` from 5.0.0 to 5.1.0
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](actions/setup-java@dded088...f2beeb2)

---
updated-dependencies:
- dependency-name: theupdateframework/tuf-on-ci
  dependency-version: 0.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
- dependency-name: actions/setup-node
  dependency-version: 6.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
- dependency-name: actions/setup-java
  dependency-version: 5.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/github_actions/actions-f005e52a16 branch from 0fd6295 to 944c749 Compare December 12, 2025 12:05
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 github_actions Pull requests that update Github_actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant