Skip to content

Update github actions (major)#2719

Merged
trask merged 1 commit intomainfrom
renovate/major-github-actions
Mar 26, 2026
Merged

Update github actions (major)#2719
trask merged 1 commit intomainfrom
renovate/major-github-actions

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Mar 24, 2026

This PR contains the following updates:

Package Type Update Change
actions/create-github-app-token action major v2.2.2v3.0.0
gradle/actions action major v5.0.2v6.0.1
jdx/mise-action action major v3.6.3v4.0.1

Release Notes

actions/create-github-app-token (actions/create-github-app-token)

v3.0.0

Compare Source

Bug Fixes
BREAKING CHANGES
  • Custom proxy handling has been removed. If you use HTTP_PROXY or HTTPS_PROXY, you must now also set NODE_USE_ENV_PROXY=1 on the action step.
  • Requires Actions Runner v2.327.1 or later if you are using a self-hosted runner.
gradle/actions (gradle/actions)

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

jdx/mise-action (jdx/mise-action)

v4.0.1: : Documentation and Internal Cleanup

Compare Source

A small maintenance release that updates the README documentation to reflect v4 and cleans up internal code. There are no functional changes to the action itself.

Changed
  • Updated all README examples to reference jdx/mise-action@v4, actions/checkout@v6, and current tool versions by @​deining in #​407 and #​408
  • Extracted getCwd() helper to deduplicate working directory resolution logic (internal refactor, no behavior change) by @​altendky in #​403
New Contributors

Full Changelog: jdx/mise-action@v4.0.0...v4.0.1

v4.0.0

Compare Source

What's Changed
New Contributors

Full Changelog: jdx/mise-action@v3...v4.0.0


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 07:59 AM, only on Tuesday ( * 0-7 * * 2 ) (UTC), 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.

Copilot AI review requested due to automatic review settings March 24, 2026 00:46
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Mar 24, 2026
@renovate renovate bot requested a review from a team as a code owner March 24, 2026 00:46
@renovate renovate bot review requested due to automatic review settings March 24, 2026 00:46
@laurit
Copy link
Copy Markdown
Contributor

laurit commented Mar 24, 2026

cc @trask

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/.

Copilot AI review requested due to automatic review settings March 24, 2026 07:42
@renovate renovate bot force-pushed the renovate/major-github-actions branch from 3fa9c48 to 79c969a Compare March 24, 2026 07:42
@renovate renovate bot requested review from Copilot and removed request for Copilot March 24, 2026 07:42
@renovate renovate bot force-pushed the renovate/major-github-actions branch from 79c969a to c388b15 Compare March 24, 2026 16:29
@renovate renovate bot review requested due to automatic review settings March 24, 2026 16:29
Copilot AI review requested due to automatic review settings March 26, 2026 16:38
@renovate renovate bot force-pushed the renovate/major-github-actions branch from c388b15 to 44705ab Compare March 26, 2026 16:38
@renovate renovate bot review requested due to automatic review settings March 26, 2026 16:38
@trask
Copy link
Copy Markdown
Member

trask commented Mar 26, 2026

cc @trask

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/.

thanks for calling it out. I think it's fine since we're already accepting these terms of use in CI:

} else if (isCI) {
termsOfUseUrl = "https://gradle.com/help/legal-terms-of-use"
termsOfUseAgree = "yes"

@trask trask added this pull request to the merge queue Mar 26, 2026
Merged via the queue into main with commit 2554246 Mar 26, 2026
24 checks passed
@trask trask deleted the renovate/major-github-actions branch March 26, 2026 17:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants