Skip to content

Update burrunan/gradle-cache-action action to v3#52

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/burrunan-gradle-cache-action-3.x
Open

Update burrunan/gradle-cache-action action to v3#52
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/burrunan-gradle-cache-action-3.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 3, 2025

This PR contains the following updates:

Package Type Update Change
burrunan/gradle-cache-action action major v1v3

Release Notes

burrunan/gradle-cache-action (burrunan/gradle-cache-action)

v3.0.1

Compare Source

v3.0.0

Compare Source

v3.0

Compare Source

v3

Compare Source

  • Bump to actions/cache@​v4 API

  • Bump Gradle to 8.14

  • Bump to Kotlin 2.1.20

  • Bump kotlinx-coroutines to 1.10.2

  • Bump kotlin-serialization to 1.8.1

  • Bump kotlin-wrappers to 2025.5.2

v2

Compare Source

  • Bump node16 to node20. This resolves "node16 is deprecated" warning.

  • Bump Gradle to 8.8

  • Bump kotlinx-coroutines to 1.8.1

  • Bump kotlin-serialization to 1.7.1

  • Bump wrapper-validation-action to v3

  • Bump setup-java, checkout to v4

v1.22

Compare Source

v1.19

Compare Source

  • Also consider nested version catalogs in default dependency paths: #​63

Thanks to Vampire for the contribution.

v1.18

Compare Source

  • Trim the resulting SHA to prevent failures like in #​63

v1.17

Compare Source

  • Mark list arguments better: #​61
  • Add gradle/libs.versions.toml to the default dependency paths: #​62

Thanks to Vampire for the contribution.

v1.16

Compare Source

See #​58

Thanks to Vampire for the contribution.

v1.15

Compare Source

Includes all the fixes from 1.13 and 1.14.

v1.12

Compare Source

Thanks to https://github.com/infomiho for #​49

v1.11

Compare Source

When Docker executes under root user, it will use /root as home directory,
so cache location would use locations like /root/.gradle.

The new home-directory: /path/to/proper/user/home property can be used to
override the location of $HOME.

See #​41

v1.10

Compare Source

Local build cache won't help much in the read-only mode since workers are stateless anyway.
Disabling the cache reduces the time it takes to pack cache entries.

v1.9

Compare Source

Previously read-only was implemented as "skip saving the caches",
however it makes sense to configure push=false so Gradle skips cache entry preparation as well.

v1.8

Compare Source

Support Gradle 5 (and possibly even earlier versions).
Previously the plugin added init.gradle script to activate remote build cache aggregator.
However, beforeSettings is Gradle 6.0+ only, so in previous Gradle versions
gradle-cache-action skips com.github.burrunan.multi-cache plugin.

The impact is old Gradle versions would not be able to use both GitHub cache and
custom remote build cache at the same time (only project-defined remote build cache would be used).

v1.7

Compare Source

The following configuration would make all non-main branch builds to use read-only caching:
read-only: ${{ github.ref != 'refs/heads/main' }}.
It would save GitHub space usage for PR builds, however, they would still use
caches from the main branch.

Bump Gradle: 6.5.1 -> 6.8.3
Bump Kotlin: 1.4.0-rc -> 1.4.31
Bump kotlinx-serialization: 1.0-M1-1.4.0-rc -> 1.1.0
Bump kotlinx-serialization: 1.0-M1-1.4.0-rc -> 1.1.0
Bump kotlinx-coroutines: 1.3.8-1.4.0-rc -> 1.4.3
Bump kotlin-wrappers: 1.0.1-pre.110 -> 1.0.1-pre.148

v1.6

Compare Source

Add gradle-distribution-sha-256-sum-warning option to silence warning in case checksum is missing.
Add gradle-build-scan-report to skip publishing Gradle Build Scan URL to the job report.

Thanks to Przemysław Jakubczyk for the contributions.

v1.5

Compare Source

feature/branch is a valid branch name in Git, so gradle-cache-action now escapes / when
using branch name as a part of the cache key.

v1.4

Compare Source

It turns out caching action can't apply exclude if user included of the parent folders.

See actions/cache#364 (comment)

It should fix errors like

C:\windows\System32\tar.exe -z -cf cache.tgz -P -C D:/a/... --files-from manifest.txt
tar.exe: Couldn't open C:/Users/runneradmin/.gradle/caches/6.6/generated-gradle-jars/generated-gradle-jars.lock: Permission denied
tar.exe: Error exit delayed from previous errors.

v1.3

Compare Source

v1.2

Compare Source

  • Bump node16 to node20. This resolves "node16 is deprecated" warning.

  • Bump Gradle to 8.8

  • Bump kotlinx-coroutines to 1.8.1

  • Bump kotlin-serialization to 1.7.1

  • Bump wrapper-validation-action to v3

  • Bump setup-java, checkout to v4

v1.1

Compare Source

  • Also consider nested version catalogs in default dependency paths: #​63

Thanks to Vampire for the contribution.


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 is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • 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 force-pushed the renovate/burrunan-gradle-cache-action-3.x branch from 87fe263 to b177c2d Compare July 28, 2025 14:13
@renovate renovate Bot force-pushed the renovate/burrunan-gradle-cache-action-3.x branch from b177c2d to dab6a85 Compare August 10, 2025 12:46
@renovate renovate Bot force-pushed the renovate/burrunan-gradle-cache-action-3.x branch from dab6a85 to 4845e0e Compare January 27, 2026 20:52
@renovate renovate Bot changed the title Update burrunan/gradle-cache-action action to v3 chore(deps): update burrunan/gradle-cache-action action to v3 Jan 27, 2026
@renovate renovate Bot force-pushed the renovate/burrunan-gradle-cache-action-3.x branch 2 times, most recently from e9bad00 to 0cfcfee Compare February 5, 2026 13:05
@renovate renovate Bot force-pushed the renovate/burrunan-gradle-cache-action-3.x branch from 0cfcfee to 3365918 Compare February 13, 2026 07:53
@renovate renovate Bot force-pushed the renovate/burrunan-gradle-cache-action-3.x branch 2 times, most recently from 10990cd to 57bc922 Compare February 23, 2026 21:26
@renovate renovate Bot force-pushed the renovate/burrunan-gradle-cache-action-3.x branch from 57bc922 to ac0f7b1 Compare March 22, 2026 21:15
@renovate renovate Bot force-pushed the renovate/burrunan-gradle-cache-action-3.x branch from ac0f7b1 to c5a5e19 Compare March 22, 2026 22:37
@renovate renovate Bot changed the title chore(deps): update burrunan/gradle-cache-action action to v3 Update burrunan/gradle-cache-action action to v3 Apr 8, 2026
@renovate renovate Bot changed the title Update burrunan/gradle-cache-action action to v3 Update burrunan/gradle-cache-action action to v3 - autoclosed Apr 16, 2026
@renovate renovate Bot closed this Apr 16, 2026
@renovate renovate Bot deleted the renovate/burrunan-gradle-cache-action-3.x branch April 16, 2026 15:37
@renovate renovate Bot changed the title Update burrunan/gradle-cache-action action to v3 - autoclosed Update burrunan/gradle-cache-action action to v3 Apr 18, 2026
@renovate renovate Bot reopened this Apr 18, 2026
@renovate renovate Bot force-pushed the renovate/burrunan-gradle-cache-action-3.x branch 4 times, most recently from 8b1d8ca to 7d02362 Compare April 22, 2026 19:36
@renovate renovate Bot force-pushed the renovate/burrunan-gradle-cache-action-3.x branch from 7d02362 to 8e4c53d Compare April 28, 2026 13:27
@renovate renovate Bot force-pushed the renovate/burrunan-gradle-cache-action-3.x branch 4 times, most recently from c856cba to 0b22259 Compare May 9, 2026 11:02
@renovate renovate Bot force-pushed the renovate/burrunan-gradle-cache-action-3.x branch from 0b22259 to ba4de07 Compare May 11, 2026 18:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants