Skip to content

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

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

chore(deps): Update gradle and github actions (major)#749
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 Jun 3, 2024

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Type Update Change Age Confidence
actions/checkout action major v4v6 age confidence
actions/setup-java action major v4v5 age confidence
actions/upload-artifact action major v4v7 age confidence
gradle (source) major 8.14.39.4.1 age confidence
gradle/actions action major v3v6 age confidence
gradle/actions action major v4v6 age confidence
org.gradle.toolchains.foojay-resolver-convention plugin major 0.10.01.0.0 age confidence

Release Notes

actions/checkout (actions/checkout)

v6.0.2

Compare Source

v6.0.1

Compare Source

v6-beta

Compare Source

What's Changed

Updated persist-credentials to store the credentials under $RUNNER_TEMP instead of directly in the local git config.

This requires a minimum Actions Runner version of v2.329.0 to access the persisted credentials for Docker container action scenarios.

v6.0.0

Compare Source

v6

Compare Source

v5.0.1

Compare Source

What's Changed

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

v5.0.0

Compare Source

What's Changed
⚠️ Minimum Compatible Runner Version

v2.327.1
Release Notes

Make sure your runner is updated to this version or newer to use this release.

Full Changelog: actions/checkout@v4...v5.0.0

v5

Compare Source

v4.3.1

Compare Source

What's Changed

Full Changelog: actions/checkout@v4...v4.3.1

v4.3.0

Compare Source

What's Changed
New Contributors

Full Changelog: actions/checkout@v4...v4.3.0

v4.2.2

Compare Source

v4.2.1

Compare Source

v4.2.0

Compare Source

v4.1.7

Compare Source

v4.1.6

Compare Source

v4.1.5

Compare Source

v4.1.4

Compare Source

v4.1.3

Compare Source

v4.1.2

Compare Source

  • Fix: Disable sparse checkout whenever sparse-checkout option is not present @​dscho in #​1598

v4.1.1

Compare Source

v4.1.0

Compare Source

actions/setup-java (actions/setup-java)

v5.2.0

Compare Source

What's Changed
Enhancement
Documentation Changes
Dependency Updates
New Contributors

Full Changelog: actions/setup-java@v5...v5.2.0

v5.1.0

Compare Source

What's Changed
New Features
Bug Fixes & Improvements
Documentation changes
Dependency updates
New Contributors

Full Changelog: actions/setup-java@v5...v5.1.0

v5.0.0

Compare Source

What's Changed

Breaking Changes

Make sure your runner is updated to this version or newer to use this release. v2.327.1 Release Notes

Dependency Upgrades
Bug Fixes

New Contributors

Full Changelog: actions/setup-java@v4...v5.0.0

v5

Compare Source

v4.8.0

Compare Source

What's Changed

Full Changelog: actions/setup-java@v4...v4.8.0

v4.7.1

Compare Source

What's Changed

Documentation changes
Dependency updates:

Full Changelog: actions/setup-java@v4...v4.7.1

v4.7.0

Compare Source

What's Changed

New Contributors

Full Changelog: actions/setup-java@v4...v4.7.0

v4.6.0

Compare Source

What's Changed

Add-ons:

 - name: Checkout
   uses: actions/checkout@v4
 - name: Setup-java
   uses: actions/setup-java@v4
   with:
     distribution: ‘jetbrains’
     java-version: '21'

Bug fixes:

New Contributors

Full Changelog: actions/setup-java@v4...v4.6.0

v4.5.0

Compare Source

What's Changed
Bug fixes:
New Contributors:

Full Changelog: actions/setup-java@v4...v4.5.0

v4.4.0

Compare Source

What's Changed

Add-ons :

steps:
 - name: Checkout
   uses: actions/checkout@v4
 - name: Setup-java
   uses: actions/setup-java@v4
   with:
     distribution: 'graalvm'
     java-version: '21'
  • Add workflow file for publishing releases to immutable action package by @​Jcambass in #​684

Bug fixes :

  • Add architecture to cache key by @​Zxilly in #​664
    This addresses issues with caching by adding the architecture (arch) to the cache key, ensuring that cache keys are accurate to prevent conflicts.
    Note: This change may break previous cache keys as they will no longer be compatible with the new format.
  • Resolve check failures by @​aparnajyothi-y in #​687

New Contributors

Full Changelog: actions/setup-java@v4...v4.4.0

v4.3.0

Compare Source

What's Changed

steps:
 - name: Checkout
   uses: actions/checkout@v4
 - name: Setup-java
   uses: actions/setup-java@v4
   with:
     distribution: 'sapmachine'
     java-version: '21'

Bug fixes :

New Contributors :

Full Changelog: actions/setup-java@v4...v4.3.0

v4.2.2

Compare Source

What's Changed


Bug fixes:
Documentation changes
Dependency updates:

Full Changelog: actions/setup-java@v4...v4.2.2

v4.2.1

Compare Source

What's Changed

Full Changelog: actions/setup-java@v4...v4.2.1

v4.2.0

Compare Source

What's Changed

New Contributors

v4.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: actions/setup-java@v4...v4.1.0

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

gradle/gradle (gradle)

v9.4.1: 9.4.1

Compare Source

The Gradle team is excited to announce Gradle 9.4.1.

Here are the highlights of this release:

  • Java 26 support
  • Non-class-based JVM tests
  • Enhanced console progress bar

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
akankshaa-00,
Attila Kelemen,
Björn Kautler,
dblood,
Dennis Rieks,
duvvuvenkataramana,
John Burns,
Julian,
kevinstembridge,
Niels Doucet,
Philip Wedemann,
ploober,
Richard Hernandez,
Roberto Perez Alcolea,
Sebastian Lövdahl,
stephan2405,
Stephane Landelle,
Ujwal Suresh Vanjare,
Victor Merkulov,
Vincent Potuček,
Vladimir Sitnikov.

Upgrade instructions

Switch your build to use Gradle 9.4.1 by updating your wrapper:

./gradlew wrapper --gradle-version=9.4.1 && ./gradlew wrapper

See the Gradle 9.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.

For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.

Reporting problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.

We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.

v9.4.0: 9.4.0

Compare Source

The Gradle team is excited to announce Gradle 9.4.0.

Here are the highlights of this release:

  • Java 26 support
  • Non-class-based JVM tests
  • Enhanced console progress bar

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
akankshaa-00,
Attila Kelemen,
Björn Kautler,
dblood,
Dennis Rieks,
duvvuvenkataramana,
John Burns,
Julian,
kevinstembridge,
Niels Doucet,
Philip Wedemann,
ploober,
[Richard Hernandez](https://redirect.github


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.

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

@renovate renovate Bot added the dependencies Pull requests that update a dependency file label Jun 3, 2024
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jun 3, 2024

Test Results

0 files   -  88  0 suites   - 88   0s ⏱️ -12s
0 tests  - 430  0 ✅  - 430  0 💤 ±0  0 ❌ ±0 
0 runs   - 475  0 ✅  - 475  0 💤 ±0  0 ❌ ±0 

Results for commit cd73e03. ± Comparison against base commit 92576b7.

♻️ This comment has been updated with latest results.

@renovate renovate Bot force-pushed the renovate/major-gradle-and-github-actions branch from 89245ce to 5c9d985 Compare June 4, 2024 10:23
@renovate renovate Bot changed the title chore(deps): Update dawidd6/action-download-artifact action to v4 chore(deps): Update dawidd6/action-download-artifact action to v5 Jun 4, 2024
@renovate renovate Bot changed the title chore(deps): Update dawidd6/action-download-artifact action to v5 chore(deps): Update dawidd6/action-download-artifact action to v6 Jun 12, 2024
@renovate renovate Bot force-pushed the renovate/major-gradle-and-github-actions branch from 5c9d985 to b2ec4fd Compare June 12, 2024 13:13
@renovate renovate Bot force-pushed the renovate/major-gradle-and-github-actions branch from b2ec4fd to 8952500 Compare June 29, 2024 07:09
@renovate renovate Bot force-pushed the renovate/major-gradle-and-github-actions branch from 8952500 to 9502b7a Compare July 22, 2024 16:29
@renovate renovate Bot changed the title chore(deps): Update dawidd6/action-download-artifact action to v6 chore(deps): Update gradle and github actions (major) Aug 3, 2024
@renovate renovate Bot force-pushed the renovate/major-gradle-and-github-actions branch 2 times, most recently from ff40ec8 to 53a1199 Compare August 8, 2024 20:33
@renovate renovate Bot force-pushed the renovate/major-gradle-and-github-actions branch 2 times, most recently from fb2a19c to 6af929f Compare August 13, 2024 17:47
@renovate renovate Bot force-pushed the renovate/major-gradle-and-github-actions branch 2 times, most recently from 9f065cc to abd82d0 Compare August 25, 2024 06:33
@renovate renovate Bot force-pushed the renovate/major-gradle-and-github-actions branch 6 times, most recently from 532b87f to 84a28eb Compare September 11, 2024 04:09
@renovate renovate Bot force-pushed the renovate/major-gradle-and-github-actions branch from 84a28eb to e5232f7 Compare November 29, 2024 10:44
@renovate renovate Bot force-pushed the renovate/major-gradle-and-github-actions branch from e5232f7 to b9914d3 Compare January 22, 2025 12:48
@renovate renovate Bot force-pushed the renovate/major-gradle-and-github-actions branch from b9914d3 to 7b94d5c Compare February 27, 2025 12:44
@renovate renovate Bot force-pushed the renovate/major-gradle-and-github-actions branch from 7b94d5c to 0b56e75 Compare May 19, 2025 23:05
@renovate renovate Bot force-pushed the renovate/major-gradle-and-github-actions branch from 0b56e75 to b57b684 Compare May 31, 2025 21:53
@renovate renovate Bot force-pushed the renovate/major-gradle-and-github-actions branch from b57b684 to 7033722 Compare June 14, 2025 22:30
@renovate renovate Bot force-pushed the renovate/major-gradle-and-github-actions branch from 7033722 to 19ce1ba Compare July 14, 2025 20:10
@renovate renovate Bot force-pushed the renovate/major-gradle-and-github-actions branch from 19ce1ba to 123e194 Compare July 31, 2025 17:43
@renovate renovate Bot force-pushed the renovate/major-gradle-and-github-actions branch from 123e194 to 79b4473 Compare August 11, 2025 14:10
@renovate renovate Bot force-pushed the renovate/major-gradle-and-github-actions branch from b205b51 to 90ffb76 Compare October 1, 2025 21:14
@renovate renovate Bot force-pushed the renovate/major-gradle-and-github-actions branch 8 times, most recently from f819e41 to d6d05c0 Compare October 24, 2025 19:41
@renovate renovate Bot force-pushed the renovate/major-gradle-and-github-actions branch from d6d05c0 to 0025fca Compare October 29, 2025 22:59
@renovate renovate Bot force-pushed the renovate/major-gradle-and-github-actions branch 2 times, most recently from e30ece8 to f9ca75d Compare November 20, 2025 17:53
@renovate renovate Bot force-pushed the renovate/major-gradle-and-github-actions branch from f9ca75d to d4c1aca Compare December 12, 2025 22:35
@renovate renovate Bot force-pushed the renovate/major-gradle-and-github-actions branch from d4c1aca to b04ea8a Compare December 25, 2025 13:09
@renovate renovate Bot force-pushed the renovate/major-gradle-and-github-actions branch from b04ea8a to 5596482 Compare January 16, 2026 14:10
@renovate renovate Bot force-pushed the renovate/major-gradle-and-github-actions branch 3 times, most recently from c2fa843 to 1966a0f Compare February 1, 2026 15:10
@renovate renovate Bot force-pushed the renovate/major-gradle-and-github-actions branch from 1966a0f to e457e72 Compare February 18, 2026 10:52
@renovate renovate Bot force-pushed the renovate/major-gradle-and-github-actions branch 3 times, most recently from dfdcebe to 6f24f0f Compare March 4, 2026 15:04
@renovate renovate Bot force-pushed the renovate/major-gradle-and-github-actions branch 4 times, most recently from 27c2088 to db5b7c8 Compare March 19, 2026 09:52
@renovate renovate Bot force-pushed the renovate/major-gradle-and-github-actions branch from db5b7c8 to e30ee8d Compare March 23, 2026 21:12
@renovate renovate Bot force-pushed the renovate/major-gradle-and-github-actions branch from e30ee8d to a6893ab Compare April 2, 2026 18:45
@renovate renovate Bot force-pushed the renovate/major-gradle-and-github-actions branch from a6893ab to cd73e03 Compare April 21, 2026 20:34
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.

0 participants