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-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, so every downstream job ran against an empty Gradle User Home. The cause was a nested, unpatched copy of@actions/globcombined with a silently swallowedrequire()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-9entries as unused and remove them, so theinstrumented-jarsentry 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 ofdependencies.[!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-submissionnow disables Isolated Projects via a promoted property, so dependency graph generation works on builds that enable it (#1025). Thanks to@reinsch82for the contribution.Updated defaults
- Injected Develocity Gradle plugin: 4.4.2 → 4.5.0
- 36 new known-good wrapper checksums added for
wrapper-validationWhat's Changed
- Render configuration-cache status in the caching Job Summary by
@bigdazin gradle/actions#989- Update gradle-actions-caching library to v0.8.0 by
@bot-githubactionin gradle/actions#993- Support experimental project-entry caching (configuration-cache + build-logic) by
@bigdazin gradle/actions#994- Update gradle-actions-caching library to v0.9.0 by
@bot-githubactionin gradle/actions#996- Disable Isolated Projects via promoted property in dependency-submission by
@reinsch82in gradle/actions#1025- Add Windows coverage for caching via a new smoke-test suite by
@bigdazin gradle/actions#1027
... (truncated)
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.x68f3700
[bot] Update dist directory5971332
Bump Gradle Wrapper to 9.6.1, wrapper checksums, and Develocity plugin
to 4.5...b5bc804
[bot] Update dist directorydcbab4e
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 directorySourced from github/codeql-action/init's releases.
v4.37.5
- Fixed a bug where a network error while streaming the download of the CodeQL bundle could terminate the
initAction instead of falling back to downloading the bundle before extracting it. #4061
Sourced from github/codeql-action/init's changelog.
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
[UNRELEASED]
No user facing changes.
4.37.6 - 04 Aug 2026
- Changed the default filepath for the new remote file address format that was introduced in CodeQL Action 4.37.0 / 3.37.0 to
.github/codeql-config.ymlto align it with the suggested path that is used elsewhere. #40704.37.5 - 03 Aug 2026
- Fixed a bug where a network error while streaming the download of the CodeQL bundle could terminate the
initAction instead of falling back to downloading the bundle before extracting it. #40614.37.4 - 29 Jul 2026
- This version of the CodeQL Action adds support for the
toolsinput for thecodeql-action/initstep to be specified using agithub-codeql-toolsrepository property. This feature will gradually be rolled out following the release of this version. Once rolled out, this allows for the CodeQL CLI version that is used in GitHub-managed workflows, such as Default Setup, to be set to a custom value. For example, customers who run into issues with rate limits when a new CodeQL CLI version is released can set the value totoolcacheto always use the CodeQL CLI version that is available in the runner toolcache. For Advanced Setup workflows, the value provided fortoolsin the workflow definition always takes precedence unless the value of the repository property starts with!. #4037- Update default CodeQL bundle version to 2.26.2. #4051
4.37.3 - 22 Jul 2026
No user facing changes.
4.37.2 - 21 Jul 2026
- The new address format for the
config-fileinput that was introduced in CodeQL Action 4.37.0 is now enabled by default. In addition to the format described there, theremote=prefix can now be used to explicitly indicate that the input refers to a remote file. All previous input formats continue to be accepted as well. #4023- The CodeQL Action can now make use of configured private registries in Default Setup to retrieve CodeQL configuration files from remote repositories that require authentication. This will allow customers to store their CodeQL configuration in a single repository that can then be referenced by Default Setup workflows in other repositories. We expect to roll this and other, related changes out to everyone in July. #4007
4.37.1 - 16 Jul 2026
- Upcoming breaking change: Add a deprecation warning for customers using CodeQL version 2.20.6 and earlier. These versions of CodeQL were discontinued on 1 July 2026 alongside GitHub Enterprise Server 3.16, and will be unsupported by the next minor release of the CodeQL Action. #3956
- Update default CodeQL bundle version to 2.26.1. #4019
4.37.0 - 08 Jul 2026
- Update default CodeQL bundle version to 2.26.0. #3995
- In addition to the existing input format, the
config-fileinput for thecodeql-action/initstep will soon support a new[owner/]repo[@ref][:path]format. All components except the repository name are optional. If omitted,ownerdefaults to the same owner as the repository the analysis is running for,reftomain, andpathto.github/codeql-action.yaml. Support for this format ships in this version of the CodeQL Action, but will only be enabled over the coming weeks. #39734.36.3 - 01 Jul 2026
No user facing changes.
4.36.2 - 04 Jun 2026
... (truncated)
d1ba80a
Merge pull request #4067
from github/update-v4.37.5-1cd4d01d5e74600b
Update changelog for v4.37.51cd4d01
Merge pull request #4061
from github/henrymercer/turbo-systemd2bfc30
Merge pull request #4050
from github/mbg/status/registries68028fc
Merge pull request #4062
from github/sam-robson/migrate-enterprise-release-patc29563e
ci: use federated enterprise release PAT155e522
Link the PR from the changelog entry2d3b351
Handle network errors when streaming the CodeQL bundle download5d3eb98
Merge pull request #4055
from github/dependabot/npm_and_yarn/npm-minor-203262...c5f739b
Merge branch 'main' into
dependabot/npm_and_yarn/npm-minor-2032624187Sourced from github/codeql-action/analyze's releases.
v4.37.5
- Fixed a bug where a network error while streaming the download of the CodeQL bundle could terminate the
initAction instead of falling back to downloading the bundle before extracting it. #4061
Sourced from github/codeql-action/analyze's changelog.
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
[UNRELEASED]
No user facing changes.
4.37.6 - 04 Aug 2026
- Changed the default filepath for the new remote file address format that was introduced in CodeQL Action 4.37.0 / 3.37.0 to
.github/codeql-config.ymlto align it with the suggested path that is used elsewhere. #40704.37.5 - 03 Aug 2026
- Fixed a bug where a network error while streaming the download of the CodeQL bundle could terminate the
initAction instead of falling back to downloading the bundle before extracting it. #40614.37.4 - 29 Jul 2026
- This version of the CodeQL Action adds support for the
toolsinput for thecodeql-action/initstep to be specified using agithub-codeql-toolsrepository property. This feature will gradually be rolled out following the release of this version. Once rolled out, this allows for the CodeQL CLI version that is used in GitHub-managed workflows, such as Default Setup, to be set to a custom value. For example, customers who run into issues with rate limits when a new CodeQL CLI version is released can set the value totoolcacheto always use the CodeQL CLI version that is available in the runner toolcache. For Advanced Setup workflows, the value provided fortoolsin the workflow definition always takes precedence unless the value of the repository property starts with!. #4037- Update default CodeQL bundle version to 2.26.2. #4051
4.37.3 - 22 Jul 2026
No user facing changes.
4.37.2 - 21 Jul 2026
- The new address format for the
config-fileinput that was introduced in CodeQL Action 4.37.0 is now enabled by default. In addition to the format described there, theremote=prefix can now be used to explicitly indicate that the input refers to a remote file. All previous input formats continue to be accepted as well. #4023- The CodeQL Action can now make use of configured private registries in Default Setup to retrieve CodeQL configuration files from remote repositories that require authentication. This will allow customers to store their CodeQL configuration in a single repository that can then be referenced by Default Setup workflows in other repositories. We expect to roll this and other, related changes out to everyone in July. #4007
4.37.1 - 16 Jul 2026
- Upcoming breaking change: Add a deprecation warning for customers using CodeQL version 2.20.6 and earlier. These versions of CodeQL were discontinued on 1 July 2026 alongside GitHub Enterprise Server 3.16, and will be unsupported by the next minor release of the CodeQL Action. #3956
- Update default CodeQL bundle version to 2.26.1. #4019
4.37.0 - 08 Jul 2026
- Update default CodeQL bundle version to 2.26.0. #3995
- In addition to the existing input format, the
config-fileinput for thecodeql-action/initstep will soon support a new[owner/]repo[@ref][:path]format. All components except the repository name are optional. If omitted,ownerdefaults to the same owner as the repository the analysis is running for,reftomain, andpathto.github/codeql-action.yaml. Support for this format ships in this version of the CodeQL Action, but will only be enabled over the coming weeks. #39734.36.3 - 01 Jul 2026
No user facing changes.
4.36.2 - 04 Jun 2026
... (truncated)
d1ba80a
Merge pull request #4067
from github/update-v4.37.5-1cd4d01d5e74600b
Update changelog for v4.37.51cd4d01
Merge pull request #4061
from github/henrymercer/turbo-systemd2bfc30
Merge pull request #4050
from github/mbg/status/registries68028fc
Merge pull request #4062
from github/sam-robson/migrate-enterprise-release-patc29563e
ci: use federated enterprise release PAT155e522
Link the PR from the changelog entry2d3b351
Handle network errors when streaming the CodeQL bundle download5d3eb98
Merge pull request #4055
from github/dependabot/npm_and_yarn/npm-minor-203262...c5f739b
Merge branch 'main' into
dependabot/npm_and_yarn/npm-minor-2032624187Sourced from actions/setup-java's releases.
v5.7.0
What's Changed
- Fix npm audit failures on releases/v5 by
@brunoborgesin actions/setup-java#1154- Backport #1151: Fix missing wrapper cache distributions by
@brunoborgesin actions/setup-java#1153- Deprecate legacy Adopt distributions in v5 by
@brunoborgesin actions/setup-java#1186Full Changelog: https://github.com/actions/setup-java/compare/v5.6.0...v5.7.0
Sourced from gradle/actions/wrapper-validation's releases.
v6.3.0
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, so every downstream job ran against an empty Gradle User Home. The cause was a nested, unpatched copy of@actions/globcombined with a silently swallowedrequire()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-9entries as unused and remove them, so theinstrumented-jarsentry 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 ofdependencies.[!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-submissionnow disables Isolated Projects via a promoted property, so dependency graph generation works on builds that enable it (#1025). Thanks to@reinsch82for the contribution.Updated defaults
- Injected Develocity Gradle plugin: 4.4.2 → 4.5.0
- 36 new known-good wrapper checksums added for
wrapper-validationWhat's Changed
- Render configuration-cache status in the caching Job Summary by
@bigdazin gradle/actions#989- Update gradle-actions-caching library to v0.8.0 by
@bot-githubactionin gradle/actions#993- Support experimental project-entry caching (configuration-cache + build-logic) by
@bigdazin gradle/actions#994- Update gradle-actions-caching library to v0.9.0 by
@bot-githubactionin gradle/actions#996- Disable Isolated Projects via promoted property in dependency-submission by
@reinsch82in gradle/actions#1025- Add Windows coverage for caching via a new smoke-test suite by
@bigdazin gradle/actions#1027
... (truncated)
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.x68f3700
[bot] Update dist directory5971332
Bump Gradle Wrapper to 9.6.1, wrapper checksums, and Develocity plugin
to 4.5...b5bc804
[bot] Update dist directorydcbab4e
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 directorySourced from actions/setup-node's releases.
v7.0.0
What's Changed
Enhancements:
- Add cache-primary-key and cache-matched-key as outputs by
@gowridurgadin actions/setup-node#1577- Migrate to ESM and upgrade dependencies by
@gowridurgadin actions/setup-node#1574Bug fixes:
- Remove dummy NODE_AUTH_TOKEN export by
@gowridurgadin actions/setup-node#1558- Only use
mirrorTokeningetManifestif it's provided by@deigain actions/setup-node#1548Documentation updates:
- Add documentation for publishing to npm with Trusted Publisher (OIDC) by
@chiranjib-swainin actions/setup-node#1536- docs: Update restore-only cache documentation by
@priya-kinthaliin actions/setup-node#1550- docs: Update caching recommendations to mitigate cache poisoning risks by
@chiranjib-swainin actions/setup-node#1567Dependency update:
- Upgrade
@actions/cacheto 5.1.0, log cache write denied by@jasonginin actions/setup-node#1569New Contributors
@chiranjib-swainmade their first contribution in actions/setup-node#1536@deigamade their first contribution in actions/setup-node#1548@jasonginmade their first contribution in actions/setup-node#1569Full Changelog: https://github.com/actions/setup-node/compare/v6...v7.0.0
v6.5.0
What's Changed
- Update
@actions/cacheto 5.1.0 and add security overrides for undici and fast-xml-parser by@HarithaVattikutiin actions/setup-node#1579Full Changelog: https://github.com/actions/setup-node/compare/v6.4.0...v6.5.0
8207627
Migrate to ESM and upgrade dependencies (#1574)04be95c
Add cache-primary-key and cache-matched-key as outputs (#1577)7c2c68d
docs: Update caching recommendations to mitigate cache poisoning risks
(#1567)6a61c03
Merge pull request #1569
from jasongin/update-actions-cache-5.1.030eb73b
Resolve high-severity audit issues4e1a87a
Update dist360237f
Strict equality4f8aac5
Bump @actions/cache to 5.1.0, log cache write deniedf4a67bb
Only use mirrorToken in getManifest if it's
provided (#1548)0355742
Remove dummy NODE_AUTH_TOKEN export (#1558)Sourced from actions/setup-java's releases.
v5.7.0
What's Changed
- Fix npm audit failures on releases/v5 by
@brunoborgesin actions/setup-java#1154- Backport #1151: Fix missing wrapper cache distributions by
@brunoborgesin actions/setup-java#1153- Deprecate legacy Adopt distributions in v5 by
@brunoborgesin actions/setup-java#1186Full Changelog: https://github.com/actions/setup-java/compare/v5.6.0...v5.7.0