Skip to content

chore(deps): update github actions#1512

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/github-actions
Open

chore(deps): update github actions#1512
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/github-actions

Conversation

@renovate

@renovate renovate Bot commented Feb 22, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
actions/checkout (changelog) action digest de0fac2df4cb1c
actions/checkout action patch v6.0.2v6.0.3
actions/dependency-review-action action minor v4.8.3v4.9.0
actions/setup-java action minor v5.2.0v5.3.0
benc-uk/workflow-dispatch action patch v1.3.0v1.3.2
gradle/actions (changelog) action digest f29f5a90723195
gradle/actions action patch v5.0.1v5.0.2
softprops/action-gh-release action minor v2.5.0v2.6.2

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

actions/checkout (actions/checkout)

v6.0.3

Compare Source

actions/dependency-review-action (actions/dependency-review-action)

v4.9.0: Dependency Review Action 4.9.0

Compare Source

This feature release contains a couple of notable changes:

  • There is a new configuration option show_patched_versions which will add a column to the output, showing the fix version of each vulnerable dependency. Thanks @​felickz!
  • Runs which do not display OpenSSF scorecards no longer fetch scorecard information; previously it was fetched regardless of whether or not it was displayed, causing unneccessary slowness. Great catch @​jantiebot!
  • There are a couple of fixes to purl parsing which should improve match accuracy for allow-package-dependency lists, including case (in)sensitivity and url-encoded namespaces Thanks @​juxtin!

What's Changed

New Contributors

Full Changelog: actions/dependency-review-action@v4.8.3...v4.9.0

actions/setup-java (actions/setup-java)

v5.3.0

Compare Source

What's Changed
New Contributors

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

benc-uk/workflow-dispatch (benc-uk/workflow-dispatch)

v1.3.2

Compare Source

What's changed since v1.3.1
Added
  • New wait-interval-seconds input to control how often the action polls when wait-for-completion: true. (#​98)
Fixed
  • Pass X-GitHub-Api-Version: 2026-03-10 on the dispatch and run-status REST calls. Removes the GitHub REST API deprecation warning emitted on every run and makes behaviour deterministic against future default-version changes. (#​103, fixes #​99)
Docs
  • Document the existing sync-status input. (#​93)
  • Document wait-interval-seconds in the README. (#​100)
  • Fix typo in README for the wait-for-completion option. (#​101)
Notes
  • No breaking changes. No changes to action.yaml inputs/outputs beyond what was already in v1.3.1.
  • The floating v1 and v1.3 tags have been moved to point at v1.3.2.

Full changelog: benc-uk/workflow-dispatch@v1.3.1...v1.3.2

v1.3.1

Compare Source

Features

  • New sync-status input — when used with wait-for-completion, mirrors the triggered workflow's conclusion (failure/cancelled) back to this action's status (#​84)
  • Alternate ref default for PRs — automatically uses github.head_ref when running in a pull request context, avoiding refs/pull/.../merge errors (#​79)

Bug Fixes

  • Safer JSON input parsing — invalid inputs JSON now logs an error instead of throwing an unhandled exception (#​84)
  • Improved timeout handling — timeout now sets a distinct timed_out status and emits a warning instead of silently breaking (#​84)
  • Improved warning message formatting for workflow run timeout

Internal Changes & Chores

  • Replaced console.log calls with core.info for proper Actions log integration (#​84)
  • Removed stale ref/inputs parameters from the workflow list API call (#​84)
  • Expanded CI test matrix from 3 sequential steps to 9 parallel test jobs covering workflow lookup, output assertions, wait-for-completion, sync-status, and error handling (#​84)
  • Added CI path filters to skip docs-only changes (#​84)
  • Changed echo-3 test fixture from workflow_call to workflow_dispatch with deterministic failure (#​84)
  • Removed unused .vscode/settings.json (#​84)
  • Added .github/copilot-instructions.md (#​84)
  • General project chores

Documentation Updates

  • No documentation updates in this release
gradle/actions (gradle/actions)

v5.0.2

Compare Source

Summary

This release contains no functional changes. It updates dependencies and known Gradle wrapper checksums.

What's Changed

Full Changelog: gradle/actions@v5.0.1...v5.0.2

softprops/action-gh-release (softprops/action-gh-release)

v2.6.2

Compare Source

What's Changed

Other Changes 🔄

Full Changelog: softprops/action-gh-release@v2...v2.6.2

v2.6.1

Compare Source

2.6.1 is a patch release focused on restoring linked discussion thread creation when
discussion_category_name is set. It fixes #764, where the draft-first publish flow
stopped carrying the discussion category through the final publish step.

If you still hit an issue after upgrading, please open a report with the bug template and include a minimal repro or sanitized workflow snippet where possible.

What's Changed

Bug fixes 🐛

v2.6.0

Compare Source

2.6.0 is a minor release centered on previous_tag support for generate_release_notes,
which lets workflows pin GitHub's comparison base explicitly instead of relying on the default range.
It also includes the recent concurrent asset upload recovery fix, a working_directory docs sync,
a checked-bundle freshness guard for maintainers, and clearer immutable-prerelease guidance where
GitHub platform behavior imposes constraints on how prerelease asset uploads can be published.

If you still hit an issue after upgrading, please open a report with the bug template and include a minimal repro or sanitized workflow snippet where possible.

What's Changed

Exciting New Features 🎉
Bug fixes 🐛
Other Changes 🔄

v2.5.3

Compare Source

2.5.3 is a patch release focused on the remaining path-handling and release-selection bugs uncovered after 2.5.2.
It fixes #639, #571, #280, #614, #311, #403, and #368.
It also adds documentation clarifications for #541, #645, #542, #393, and #411,
where the current behavior is either usage-sensitive or constrained by GitHub platform limits rather than an action-side runtime bug.

If you still hit an issue after upgrading, please open a report with the bug template and include a minimal repro or sanitized workflow snippet where possible.

What's Changed
Bug fixes 🐛
Other Changes 🔄
  • docs: clarify token precedence by @​chenrui333 in #​752
  • docs: clarify GitHub release limits by @​chenrui333 in #​758
  • documentation clarifications for empty-token handling, preserve_order, and special-character asset filename behavior

Full Changelog: softprops/action-gh-release@v2...v2.5.3

v2.5.2

Compare Source

2.5.2 is a patch release focused on the remaining release-creation and prerelease regressions in the 2.5.x bug-fix cycle.
It fixes #705, fixes #708, fixes #740, fixes #741, and fixes #722.
Regression testing covers the shared-tag race, prerelease event behavior, dotfile asset labels,
same-filename concurrent uploads, and blocked-tag cleanup behavior.

If you still hit an issue after upgrading, please open a report with the bug template and include a minimal repro or sanitized workflow snippet where possible.

What's Changed

Bug fixes 🐛

New Contributors

Full Changelog: softprops/action-gh-release@v2...v2.5.2

v2.5.1

Compare Source

2.5.1 is a patch release focused on regressions introduced in 2.5.0 and on release lookup reliability.
It fixes #713, addresses #703, and fixes #724. Regression testing shows that
current master no longer reproduces the finalize-race behavior reported in #704 and #709.

What's Changed
Bug fixes 🐛
Other Changes 🔄
  • dependency updates, including the ESM/runtime compatibility refresh in #​731
New Contributors

Full Changelog: softprops/action-gh-release@v2...v2.5.1


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the dependencies Pull requests that update a dependency file label Feb 22, 2026
@renovate renovate Bot changed the title chore(deps): update benc-uk/workflow-dispatch action to v1.3.1 chore(deps): update github actions Feb 24, 2026
@renovate renovate Bot force-pushed the renovate/github-actions branch from 4a770df to fefe683 Compare February 24, 2026 01:34
@renovate renovate Bot force-pushed the renovate/github-actions branch from fefe683 to e1ea295 Compare March 4, 2026 00:54
@renovate renovate Bot force-pushed the renovate/github-actions branch 4 times, most recently from bc2fb5b to f7334eb Compare March 16, 2026 02:38
@renovate renovate Bot force-pushed the renovate/github-actions branch from f7334eb to 5091617 Compare March 25, 2026 17:46
@renovate renovate Bot force-pushed the renovate/github-actions branch 2 times, most recently from cba4f5c to 0924a0a Compare April 12, 2026 05:43
@renovate renovate Bot force-pushed the renovate/github-actions branch from 0924a0a to f1449e5 Compare April 21, 2026 22:04
@renovate renovate Bot force-pushed the renovate/github-actions branch from f1449e5 to e72ce79 Compare April 29, 2026 16:10
@renovate renovate Bot force-pushed the renovate/github-actions branch 3 times, most recently from 5a40317 to d845fbf Compare May 18, 2026 14:44
@renovate renovate Bot force-pushed the renovate/github-actions branch 2 times, most recently from 926d08c to 551b303 Compare May 28, 2026 14:45
@renovate renovate Bot force-pushed the renovate/github-actions branch 2 times, most recently from 068ac7f to 0764769 Compare June 3, 2026 15:53
@renovate renovate Bot force-pushed the renovate/github-actions branch from 0764769 to 51594b4 Compare June 11, 2026 13:56
@renovate renovate Bot force-pushed the renovate/github-actions branch from 51594b4 to dcf0a89 Compare June 16, 2026 18:37
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.

0 participants