chore(deps): Update gradle and github actions (major) - #107
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
Test Results9 tests ±0 9 ✅ ±0 0s ⏱️ ±0s Results for commit 22eed42. ± Comparison against base commit 8135a00. This pull request removes 3 and adds 3 tests. Note that renamed tests count towards both.♻️ This comment has been updated with latest results. |
renovate
Bot
force-pushed
the
renovate/major-gradle-and-github-actions
branch
from
November 10, 2025 16:38
8b69a23 to
f70376d
Compare
renovate
Bot
force-pushed
the
renovate/major-gradle-and-github-actions
branch
from
November 20, 2025 18:14
f70376d to
89fa646
Compare
renovate
Bot
force-pushed
the
renovate/major-gradle-and-github-actions
branch
from
December 12, 2025 22:33
89fa646 to
fe0ff49
Compare
renovate
Bot
force-pushed
the
renovate/major-gradle-and-github-actions
branch
from
December 25, 2025 12:26
fe0ff49 to
fc28afc
Compare
renovate
Bot
force-pushed
the
renovate/major-gradle-and-github-actions
branch
2 times, most recently
from
February 1, 2026 17:45
805ddf8 to
90c0f38
Compare
renovate
Bot
force-pushed
the
renovate/major-gradle-and-github-actions
branch
from
February 18, 2026 11:39
90c0f38 to
cf28ab0
Compare
renovate
Bot
force-pushed
the
renovate/major-gradle-and-github-actions
branch
2 times, most recently
from
February 26, 2026 21:33
34e3a9e to
0275e28
Compare
renovate
Bot
force-pushed
the
renovate/major-gradle-and-github-actions
branch
3 times, most recently
from
March 18, 2026 09:31
c7c6237 to
12ffd64
Compare
renovate
Bot
force-pushed
the
renovate/major-gradle-and-github-actions
branch
from
March 23, 2026 21:06
12ffd64 to
babe646
Compare
renovate
Bot
force-pushed
the
renovate/major-gradle-and-github-actions
branch
from
April 2, 2026 22:11
babe646 to
10b6911
Compare
renovate
Bot
force-pushed
the
renovate/major-gradle-and-github-actions
branch
from
April 28, 2026 15:07
10b6911 to
347c993
Compare
renovate
Bot
force-pushed
the
renovate/major-gradle-and-github-actions
branch
from
June 18, 2026 19:12
347c993 to
a96ccb9
Compare
renovate
Bot
force-pushed
the
renovate/major-gradle-and-github-actions
branch
2 times, most recently
from
August 15, 2026 18:14
5f615b1 to
b722584
Compare
renovate
Bot
force-pushed
the
renovate/major-gradle-and-github-actions
branch
from
August 23, 2026 03:55
b722584 to
6d9e8b2
Compare
renovate
Bot
force-pushed
the
renovate/major-gradle-and-github-actions
branch
from
August 25, 2026 17:14
6d9e8b2 to
22eed42
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v5→v7v5→v6v4→v7v11→v24v5→v6Release Notes
actions/checkout (actions/checkout)
v7.0.1Compare Source
v7.0.0Compare Source
v7Compare Source
v6.1.0Compare Source
v6.0.3Compare Source
v6.0.2Compare Source
v6.0.1Compare Source
v6.0.0Compare Source
v6Compare Source
actions/setup-java (actions/setup-java)
v6.0.0Compare Source
v6Compare Source
actions/upload-artifact (actions/upload-artifact)
v7.0.1Compare Source
What's Changed
Full Changelog: actions/upload-artifact@v7...v7.0.1
v7.0.0Compare Source
v7 What's new
Direct Uploads
Adds support for uploading single files directly (unzipped). Callers can set the new
archiveparameter tofalseto skip zipping the file during upload. Right now, we only support single files. The action will fail if the glob passed resolves to multiple files. Thenameparameter is also ignored with this setting. Instead, the name of the artifact will be the name of the uploaded file.ESM
To support new versions of the
@actions/*packages, we've upgraded the package to ESM.What's Changed
New Contributors
Full Changelog: actions/upload-artifact@v6...v7.0.0
v7Compare Source
v6.0.0Compare Source
v6 - What's new
Node.js 24
This release updates the runtime to Node.js 24. v5 had preliminary support for Node.js 24, however this action was by default still running on Node.js 20. Now this action by default will run on Node.js 24.
What's Changed
Full Changelog: actions/upload-artifact@v5.0.0...v6.0.0
v6Compare Source
v5.0.0Compare Source
What's Changed
BREAKING CHANGE: this update supports Node
v24.x. This is not a breaking change per-se but we're treating it as such.@actions/artifacttov4.0.0v5.0.0by @danwkennedy in #734New Contributors
Full Changelog: actions/upload-artifact@v4...v5.0.0
v5Compare Source
dawidd6/action-download-artifact (dawidd6/action-download-artifact)
v24Compare Source
What's Changed
Full Changelog: dawidd6/action-download-artifact@v23...v24
v23Compare Source
Info
This release is rather big. Not gonna lie to you, I've used LLMs to get there. I can't vouch for all the changes but CI confirms there should be no regressions. Please report any issues you encounter with this release. You can always revert to previous working one.
What's Changed
GITHUB_TOKENpermissions by @dawidd6 with @Copilot in #419Full Changelog: dawidd6/action-download-artifact@v22...v23
v22Compare Source
What's Changed
New Contributors
Full Changelog: dawidd6/action-download-artifact@v21...v22
v21Compare Source
What's Changed
New Contributors
Full Changelog: dawidd6/action-download-artifact@v20...v21
v20Compare Source
What's Changed
Full Changelog: dawidd6/action-download-artifact@v19...v20
v19Compare Source
What's Changed
Full Changelog: dawidd6/action-download-artifact@v18...v19
v18Compare Source
What's Changed
Full Changelog: dawidd6/action-download-artifact@v17...v18
v17Compare Source
What's Changed
Full Changelog: dawidd6/action-download-artifact@v16...v17
v16Compare Source
What's Changed
Full Changelog: dawidd6/action-download-artifact@v15...v16
v15Compare Source
What's Changed
Full Changelog: dawidd6/action-download-artifact@v14...v15
v14Compare Source
What's Changed
Full Changelog: dawidd6/action-download-artifact@v13...v14
v13Compare Source
What's Changed
New Contributors
Full Changelog: dawidd6/action-download-artifact@v12...v13
v12Compare Source
What's Changed
Full Changelog: dawidd6/action-download-artifact@v11...v12
gradle/actions (gradle/actions)
v6.3.0Compare Source
Highlights
Enhanced Caching: Windows fixes and a cache-protocol bump
This release updates
gradle-actions-cachingto 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, soevery downstream job ran against an empty Gradle User Home. The cause was a nested,
unpatched copy of
@actions/globcombined with a silently swallowedrequire()inthe 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-9entries as unused and remove them, so theinstrumented-jarsentrywas 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 ofdependencies.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, ratherthan reporting success (#1028).
Dependency submission works with Isolated Projects
dependency-submissionnow disables Isolated Projects via a promoted property, sodependency graph generation works on builds that enable it (#1025). Thanks to @reinsch82 for the contribution.
Updated defaults
wrapper-validationWhat's Changed
New Contributors
Full Changelog: gradle/actions@v6.2.0...v6.3.0
v6.2.0Compare Source
Highlights
This release brings significant behaviour improvements to Enhanced caching, improvements to the generated Job Summary, and a number of correctness and security fixes.
What's Changed
New Contributors
Full Changelog: gradle/actions@v6.1.1...v6.2.0
v6.1.1Compare Source
This release updates various dependency versions, resolving several reported security vulnerabilities.
No functional changes are included
What's Changed
Full Changelog: gradle/actions@v6.1.0...v6.1.1
v6.1.0Compare Source
New: Basic Cache Provider
A new MIT-licensed Basic Caching provider is now available as an alternative to the proprietary Enhanced Caching provided by
gradle-actions-caching. Choose Basic Caching by settingcache-provider: basiconsetup-gradleordependency-submissionactions.@actions/cache-- fully open source~/.gradle/cachesand~/.gradle/wrapperdirectories*.gradle*,gradle-wrapper.properties, etc.)Limitations vs Enhanced Caching: No cache cleanup, no deduplication of cached content, cached content is fixed unless build files change.
Revamped Licensing & Distribution Documentation
What's Changed
Full Changelog: gradle/actions@v6.0.1...v6.1.0
v6.0.1Compare Source
Summary
The license changes in v6 introduced a
gradle-actions-cachinglicense notice that is printed in logs and in each job summary.With this release, the license notice will be muted if build-scan terms have been accepted, or if a Develocity access key is provided.
What's Changed
Full Changelog: gradle/actions@v6.0.0...v6.0.1
v6.0.0Compare Source
Summary
gradle-actions-cachinglibrary, and is no longer open-source. See this blog post for more context.gradle-actions-caching.What's Changed
gradle-actions-cachingcomponent by @bigdaz in #885Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.