Skip to content

chore(deps): Update gradle and github actions (major)#107

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/major-gradle-and-github-actions
Open

chore(deps): Update gradle and github actions (major)#107
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/major-gradle-and-github-actions

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Oct 24, 2025

This PR contains the following updates:

Package Type Update Change
actions/checkout action major v5v6
actions/upload-artifact action major v4v7
dawidd6/action-download-artifact action major v11v21
gradle/actions action major v5v6

Release Notes

actions/checkout (actions/checkout)

v6.0.2

Compare Source

v6.0.1

Compare Source

v6.0.0

Compare Source

v6

Compare Source

v5.0.1

Compare Source

What's Changed

Full Changelog: actions/checkout@v5...v5.0.1

actions/upload-artifact (actions/upload-artifact)

v7.0.1

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v7...v7.0.1

v7.0.0

Compare Source

v7 What's new

Direct Uploads

Adds support for uploading single files directly (unzipped). Callers can set the new archive parameter to false to 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. The name parameter 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

v7

Compare Source

v6

Compare Source

v6.0.0

Compare Source

v5

Compare Source

v5.0.0

Compare Source

v4.6.2

Compare Source

What's Changed

  • Update to use artifact 2.3.2 package & prepare for new upload-artifact release by @​salmanmkc in #​685

New Contributors

Full Changelog: actions/upload-artifact@v4...v4.6.2

v4.6.1

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v4...v4.6.1

v4.6.0

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v4...v4.6.0

v4.5.0

Compare Source

What's Changed

New Contributors

Full Changelog: actions/upload-artifact@v4.4.3...v4.5.0

v4.4.3

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v4.4.2...v4.4.3

v4.4.2

Compare Source

What's Changed

  • Bump @actions/artifact to 2.1.11 by @​robherley in #​627
    • Includes fix for relative symlinks not resolving properly

Full Changelog: actions/upload-artifact@v4.4.1...v4.4.2

v4.4.1

Compare Source

What's Changed

New Contributors

Full Changelog: actions/upload-artifact@v4.4.0...v4.4.1

v4.4.0

Compare Source

Notice: Breaking Changes ⚠️

We will no longer include hidden files and folders by default in the upload-artifact action of this version. This reduces the risk that credentials are accidentally uploaded into artifacts. Customers who need to continue to upload these files can use a new option, include-hidden-files, to continue to do so.

See "Notice of upcoming deprecations and breaking changes in GitHub Actions runners" changelog and this issue for more details.

What's Changed

Full Changelog: actions/upload-artifact@v4.3.6...v4.4.0

v4.3.6

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v4...v4.3.6

v4.3.5

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v4.3.4...v4.3.5

v4.3.4

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v4.3.3...v4.3.4

v4.3.3

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v4.3.2...v4.3.3

v4.3.2

Compare Source

What's Changed

New Contributors

Full Changelog: actions/upload-artifact@v4.3.1...v4.3.2

v4.3.1

Compare Source

v4.3.0

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v4...v4.3.0

v4.2.0

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v4...v4.2.0

v4.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: actions/upload-artifact@v4...v4.1.0

dawidd6/action-download-artifact (dawidd6/action-download-artifact)

v21

Compare Source

What's Changed

New Contributors

Full Changelog: dawidd6/action-download-artifact@v20...v21

v20

Compare Source

What's Changed

Full Changelog: dawidd6/action-download-artifact@v19...v20

v19

Compare Source

What's Changed

Full Changelog: dawidd6/action-download-artifact@v18...v19

v18

Compare Source

What's Changed

Full Changelog: dawidd6/action-download-artifact@v17...v18

v17

Compare Source

What's Changed

Full Changelog: dawidd6/action-download-artifact@v16...v17

v16

Compare Source

What's Changed

Full Changelog: dawidd6/action-download-artifact@v15...v16

v15

Compare Source

What's Changed

Full Changelog: dawidd6/action-download-artifact@v14...v15

v14

Compare Source

What's Changed

Full Changelog: dawidd6/action-download-artifact@v13...v14

v13

Compare Source

What's Changed
New Contributors

Full Changelog: dawidd6/action-download-artifact@v12...v13

v12

Compare Source

What's Changed

Full Changelog: dawidd6/action-download-artifact@v11...v12

gradle/actions (gradle/actions)

v6.1.0

Compare 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 setting cache-provider: basic on setup-gradle or dependency-submission actions.

  • Built on @actions/cache -- fully open source
  • Caches ~/.gradle/caches and ~/.gradle/wrapper directories
  • Cache key derived from build files (*.gradle*, gradle-wrapper.properties, etc.)
  • Clean cache on build file changes (no restore keys, preventing stale entry accumulation)

Limitations vs Enhanced Caching: No cache cleanup, no deduplication of cached content, cached content is fixed unless build files change.

Revamped Licensing & Distribution Documentation

  • New DISTRIBUTION.md documents the licensing of each component (particularly Basic Caching vs Enhanced Caching)
  • Simplified licensing notices in README, docs, and runtime log output
  • Clear usage tiers: Enhanced Caching is free for public repos and in Free Preview for private repos

What's Changed

Full Changelog: gradle/actions@v6.0.1...v6.1.0

v6.0.1

Compare Source

[!IMPORTANT]
The release of gradle/actions@v6 contains important changes to the license terms. More details in this blog post.
TL;DR: By upgrading to v6, you accept the Terms of Use for the gradle-actions-caching component.

Summary

The license changes in v6 introduced a gradle-actions-caching license 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
  • Bump actions used in docs by @​Goooler in #​792
  • Add typing information for use by typesafegithub by @​bigdaz in #​910
  • Mute license warning when terms are accepted by @​bigdaz in #​911
  • Mention explicit license acceptance in notice by @​bigdaz in #​912
  • Bump com.fasterxml.jackson.dataformat:jackson-dataformat-smile from 2.21.1 to 2.21.2 in /sources/test/init-scripts in the gradle group across 1 directory by @​dependabot[bot] in #​907

Full Changelog: gradle/actions@v6.0.0...v6.0.1

v6.0.0

Compare Source

[!IMPORTANT]
The release of gradle/actions@v6 contains important changes to the license terms. More details in this blog post.
TL;DR: By upgrading to v6, you accept the Terms of Use for the gradle-actions-caching component.

Summary
  • Caching functionality of 'gradle-actions' has been extracted into a separate gradle-actions-caching library, and is no longer open-source. See this blog post for more context.
  • Existing, rudimentary, configuration-cache support has been removed, pending a fully functional implementation in gradle-actions-caching.
  • Dependencies updated to address security vulnerabilities

[!IMPORTANT]

Licensing notice

The caching functionality in `gradle-actions` has been extracted into `gradle-actions-caching`, a proprietary commercial component that is not covered by the MIT License.
The bundled `gradle-actions-caching` component is licensed and governed by a separate license, available at https://gradle.com/legal/terms-of-use/.

The `gradle-actions-caching` component is used only when caching is enabled and is not loaded or used when caching is disabled.

Use of the `gradle-actions-caching` component is subject to a separate license, available at https://gradle.com/legal/terms-of-use/.
If you do not agree to these license terms, do not use the `gradle-actions-caching` component.

What's Changed

Full Changelog: gradle/actions@v5.0.2...v6.0.0

v6

Compare Source

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

v5.0.1

Compare Source

What's Changed
  • Bump npm code dependency versions
  • Bump Gradle versions used in sample builds
  • Bump dependencies versions in Gradle sample builds
  • Bump GitHub actions used for build and test
  • Update known wrapper checksums to include Gradle 9.2+

Full Changelog: gradle/actions@v5.0.0...v5.0.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.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Oct 24, 2025

Test Results

9 tests  ±0   9 ✅ ±0   0s ⏱️ ±0s
3 suites ±0   0 💤 ±0 
3 files   ±0   0 ❌ ±0 

Results for commit 347c993. ± Comparison against base commit 8135a00.

This pull request removes 3 and adds 3 tests. Note that renamed tests count towards both.
org.incendo.cloud.discord.slash.StandardOptionRegistryTest ‑ [2] clazz=class java.lang.Integer, expected=DiscordOptionType{name=INTEGER, value=4, type=io.leangen.geantyref.TypeToken$1@1e6d1014}
org.incendo.cloud.discord.slash.StandardOptionRegistryTest ‑ [3] clazz=class java.lang.Boolean, expected=DiscordOptionType{name=BOOLEAN, value=5, type=io.leangen.geantyref.TypeToken$1@409bf450}
org.incendo.cloud.discord.slash.StandardOptionRegistryTest ‑ [4] clazz=class java.lang.Double, expected=DiscordOptionType{name=NUMBER, value=10, type=io.leangen.geantyref.TypeToken$1@22f31dec}
org.incendo.cloud.discord.slash.StandardOptionRegistryTest ‑ [2] clazz=class java.lang.Integer, expected=DiscordOptionType{name=INTEGER, value=4, type=io.leangen.geantyref.TypeToken$1@694e1548}
org.incendo.cloud.discord.slash.StandardOptionRegistryTest ‑ [3] clazz=class java.lang.Boolean, expected=DiscordOptionType{name=BOOLEAN, value=5, type=io.leangen.geantyref.TypeToken$1@74f0ea28}
org.incendo.cloud.discord.slash.StandardOptionRegistryTest ‑ [4] clazz=class java.lang.Double, expected=DiscordOptionType{name=NUMBER, value=10, type=io.leangen.geantyref.TypeToken$1@e57b96d}

♻️ This comment has been updated with latest results.

@renovate renovate Bot force-pushed the renovate/major-gradle-and-github-actions branch from 8b69a23 to f70376d Compare November 10, 2025 16:38
@renovate renovate Bot changed the title chore(deps): Update actions/upload-artifact action to v5 chore(deps): Update gradle and github actions (major) Nov 20, 2025
@renovate renovate Bot force-pushed the renovate/major-gradle-and-github-actions branch from f70376d to 89fa646 Compare November 20, 2025 18:14
@renovate renovate Bot changed the title chore(deps): Update gradle and github actions (major) chore(deps): Update gradle and github actions to v6 (major) Dec 12, 2025
@renovate renovate Bot force-pushed the renovate/major-gradle-and-github-actions branch from 89fa646 to fe0ff49 Compare December 12, 2025 22:33
@renovate renovate Bot force-pushed the renovate/major-gradle-and-github-actions branch from fe0ff49 to fc28afc Compare December 25, 2025 12:26
@renovate renovate Bot changed the title chore(deps): Update gradle and github actions to v6 (major) chore(deps): Update gradle and github actions (major) Dec 25, 2025
@renovate renovate Bot force-pushed the renovate/major-gradle-and-github-actions branch 2 times, most recently from 805ddf8 to 90c0f38 Compare February 1, 2026 17:45
@renovate renovate Bot force-pushed the renovate/major-gradle-and-github-actions branch from 90c0f38 to cf28ab0 Compare February 18, 2026 11:39
@renovate renovate Bot force-pushed the renovate/major-gradle-and-github-actions branch 2 times, most recently from 34e3a9e to 0275e28 Compare February 26, 2026 21:33
@renovate renovate Bot force-pushed the renovate/major-gradle-and-github-actions branch 3 times, most recently from c7c6237 to 12ffd64 Compare March 18, 2026 09:31
@renovate renovate Bot force-pushed the renovate/major-gradle-and-github-actions branch from 12ffd64 to babe646 Compare March 23, 2026 21:06
@renovate renovate Bot force-pushed the renovate/major-gradle-and-github-actions branch from babe646 to 10b6911 Compare April 2, 2026 22:11
@renovate renovate Bot force-pushed the renovate/major-gradle-and-github-actions branch from 10b6911 to 347c993 Compare April 28, 2026 15:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants