Bumps the github-actions group with 4 updates in the / directory: actions/checkout, actions/setup-java, gradle/actions/setup-gradle and softprops/action-gh-release.
Updates actions/checkout from 7.0.0 to 7.0.1
Release notes
Sourced from actions/checkout's releases.
v7.0.1
What's Changed
Full Changelog: actions/checkout@v7...v7.0.1
Changelog
Sourced from actions/checkout's changelog.
Changelog
v7.0.1
v7.0.0
v6.0.3
v6.0.2
v6.0.1
v6.0.0
v5.0.1
v5.0.0
v4.3.1
v4.3.0
v4.2.2
v4.2.1
... (truncated)
Commits
Updates actions/setup-java from 5.5.0 to 5.7.0
Release notes
Sourced from actions/setup-java's releases.
v5.7.0
What's Changed
Full Changelog: actions/setup-java@v5.6.0...v5.7.0
v5.6.0
What's Changed
Full Changelog: actions/setup-java@v5...v5.6.0
Commits
Updates gradle/actions/setup-gradle from 6.2.0 to 6.3.0
Release notes
Sourced from gradle/actions/setup-gradle's releases.
v6.3.0
Highlights
Enhanced Caching: Windows fixes and a cache-protocol bump
This release updates gradle-actions-caching to v1.0.0 (up from v0.7.0), which fixes two significant caching defects, both most visible on Windows:
-
Cache entries failed to store at all on Windows.. Every entry failed
with Path Validation Error: Path(s) specified in the action for caching do(es) not
exist, even though the Gradle User Home was fully intact. Nothing was stored, so
every downstream job ran against an empty Gradle User Home. The cause was a nested,
unpatched copy of @actions/glob combined with a silently swallowed require() in
the bundle, which left Windows path separators unnormalized.
-
Cache cleanup deleted instrumented jars that were in use. A bug in key
hashing for paths shorter than 64 characters made cleanup judge freshly created
caches/jars-9 entries as unused and remove them, so the instrumented-jars entry
was never saved and every job re-instrumented its classpaths.
Also included: cache entry names are now consistent between the save and restore
reports — restore previously fell back to showing the raw glob pattern (e.g.
/home/runner/.gradle/caches/modules-*/files-*/*/*/*/*/) instead of dependencies.
[!IMPORTANT]
Existing cache entries are invalidated by this release. The cache protocol
version was bumped to v2, so the first run after upgrading will be a cache miss
and will repopulate the cache. No configuration changes are required.
Basic caching warns instead of failing silently
The basic (open-source) caching provider now emits a warning and reports
(Entry not saved: save failed) in the Job Summary when a cache save fails, rather
than reporting success (#1028).
Dependency submission works with Isolated Projects
dependency-submission now disables Isolated Projects via a promoted property, so
dependency graph generation works on builds that enable it (#1025). Thanks to @reinsch82 for the contribution.
Updated defaults
- Injected Develocity Gradle plugin: 4.4.2 → 4.5.0
- 36 new known-good wrapper checksums added for
wrapper-validation
What's Changed
... (truncated)
Commits
9c97196 Bump the github-actions group across 2 directories with 9 updates (#1024)
760e4a4 Bump the npm-dependencies group across 1 directory with 2 updates (#1037)
73e4c42 Update gradle-actions-caching library to v1.0.0 (#1029)
a9d1438 Add dependabot ignore rules for TypeScript 7.x and @types/node 25.x/26.x
68f3700 [bot] Update dist directory
5971332 Bump Gradle Wrapper to 9.6.1, wrapper checksums, and Develocity plugin to 4.5...
b5bc804 [bot] Update dist directory
dcbab4e Bump npm-dependencies group with TypeScript 6.0.3, @types/node 24.x, and secu...
ca8d957 Move non-smoke restore-gradle-home tests back to the integ-test suite (#1032)
4318659 [bot] Update dist directory
- Additional commits viewable in compare view
Updates softprops/action-gh-release from 3.0.1 to 3.0.2
Release notes
Sourced from softprops/action-gh-release's releases.
v3.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 🔄
Changelog
Sourced from softprops/action-gh-release's changelog.
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
3.0.0
3.0.0 is a major release that moves the action runtime from Node 20 to Node 24.
Use v3 on GitHub-hosted runners and self-hosted fleets that already support the
Node 24 Actions runtime. v2.6.2 was the final Node 20-compatible release and is
no longer maintained or supported.
What's Changed
Other Changes 🔄
- Move the action runtime and bundle target to Node 24
- Update
@types/node to the Node 24 line and allow future Dependabot updates
- Keep the floating major tag on
v3; freeze v2 at the final v2.6.2 release
... (truncated)
Commits
3d0d988 release 3.0.2 (#818)
7e13ed4 fix: clarify release creation 404 errors (#817)
e6c70a5 fix: replace existing release assets on Gitea (#816)
f345337 fix: publish existing draft releases as prereleases (#801)
d8a89a2 fix: upload small checksum assets reliably (#815)
45ece40 chore(deps): remove unused TypeScript tooling (#814)
f6b913c feat: improve release error reporting and test coverage (#813)
15f193d chore(deps): upgrade TypeScript to 7 (#812)
cc8268d chore(deps): bump actions/checkout in the github-actions group (#810)
fd0ed1e chore(deps): bump the npm group with 3 updates (#811)
- Additional commits viewable 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 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
Uh oh!
There was an error while loading. Please reload this page.
Bumps the github-actions group with 4 updates in the / directory: actions/checkout, actions/setup-java, gradle/actions/setup-gradle and softprops/action-gh-release.
Updates
actions/checkoutfrom 7.0.0 to 7.0.1Release notes
Sourced from actions/checkout's releases.
Changelog
Sourced from actions/checkout's changelog.
... (truncated)
Commits
3d3c42eprep v7.0.1 release (#2531)2880268escape values passed to --unset (#2530)12cd223trim only ascii whitespace for branch (#2521)62661c4skip running unsafe pr check if input is default (#2518)e8d4307Bump the minor-actions-dependencies group with 2 updates (#2499)631c942eslint 9 (#2474)4f1f4aeBump actions/upload-artifact from 4 to 7 (#2476)ba09753Bump actions/checkout from 6 to 7 (#2488)b9e0990Bump docker/login-action from 3.3.0 to 4.2.0 (#2479)e8cb398Bump docker/build-push-action from 6.5.0 to 7.2.0 (#2478)Updates
actions/setup-javafrom 5.5.0 to 5.7.0Release notes
Sourced from actions/setup-java's releases.
Commits
b6effb0Deprecate legacy Adopt distributions in v5 (#1186)e498d2aBackport #1151: Fix missing wrapper cache distributions (#1153)6a3384dFix npm audit failures on releases/v5 (#1154)03ad4deBackport #1097/#1098: cache Maven and Gradle wrapper distributions separately...d229d2eBackport #1111: Preserve Maven toolchains across repeated setup-java runs (#1...bbf0f69dist: Cover Tencent Kona JDK 25 (#1110)513edc4feat: expose cache-primary-key output (#597) [v5 backport] (#1089)62df799Add Maven compiler problem matcher for javac diagnostics (#1087)176156achore: bump version to 5.6.0 for v5 release linebf7b8debuild: rebuild dist for backported changes (#1079, #1083, #1084)Updates
gradle/actions/setup-gradlefrom 6.2.0 to 6.3.0Release notes
Sourced from gradle/actions/setup-gradle's releases.
... (truncated)
Commits
9c97196Bump the github-actions group across 2 directories with 9 updates (#1024)760e4a4Bump the npm-dependencies group across 1 directory with 2 updates (#1037)73e4c42Update gradle-actions-caching library to v1.0.0 (#1029)a9d1438Add dependabot ignore rules for TypeScript 7.x and@types/node25.x/26.x68f3700[bot] Update dist directory5971332Bump Gradle Wrapper to 9.6.1, wrapper checksums, and Develocity plugin to 4.5...b5bc804[bot] Update dist directorydcbab4eBump npm-dependencies group with TypeScript 6.0.3,@types/node24.x, and secu...ca8d957Move non-smoke restore-gradle-home tests back to the integ-test suite (#1032)4318659[bot] Update dist directoryUpdates
softprops/action-gh-releasefrom 3.0.1 to 3.0.2Release notes
Sourced from softprops/action-gh-release's releases.
Changelog
Sourced from softprops/action-gh-release's changelog.
... (truncated)
Commits
3d0d988release 3.0.2 (#818)7e13ed4fix: clarify release creation 404 errors (#817)e6c70a5fix: replace existing release assets on Gitea (#816)f345337fix: publish existing draft releases as prereleases (#801)d8a89a2fix: upload small checksum assets reliably (#815)45ece40chore(deps): remove unused TypeScript tooling (#814)f6b913cfeat: improve release error reporting and test coverage (#813)15f193dchore(deps): upgrade TypeScript to 7 (#812)cc8268dchore(deps): bump actions/checkout in the github-actions group (#810)fd0ed1echore(deps): bump the npm group with 3 updates (#811)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@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 conditions