Skip to content

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

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

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

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jan 26, 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
dawidd6/action-download-artifact action major v3v20 age confidence
gradle (source) major 8.89.4.1 age confidence
gradle/actions action major v3v6 age confidence
org.graalvm.buildtools.native plugin major 0.9.281.1.0 age confidence
org.springframework.boot plugin major 3.3.04.0.6 age confidence
org.gradle.toolchains.foojay-resolver-convention plugin major 0.8.01.0.0 age confidence

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

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

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

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: <https://github.com/dawidd6/actio


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 Jan 26, 2024

Test Results

0 tests   0 ✅  0s ⏱️
0 suites  0 💤
0 files    0 ❌

Results for commit 55682cf.

♻️ This comment has been updated with latest results.

@renovate renovate Bot changed the title chore(deps): Update gradle/gradle-build-action action to v3 chore(deps): Update gradle and github actions (major) Jan 29, 2024
@renovate renovate Bot force-pushed the renovate/major-gradle-and-github-actions branch from bd11fc6 to de389a9 Compare January 29, 2024 22:31
@renovate renovate Bot changed the title chore(deps): Update gradle and github actions (major) chore(deps): Update gradle and github actions to v3 (major) Apr 12, 2024
@renovate renovate Bot force-pushed the renovate/major-gradle-and-github-actions branch from de389a9 to db22b17 Compare April 12, 2024 22:55
@renovate renovate Bot force-pushed the renovate/major-gradle-and-github-actions branch from db22b17 to 12e1fb5 Compare June 3, 2024 22:52
@renovate renovate Bot changed the title chore(deps): Update gradle and github actions to v3 (major) chore(deps): Update gradle and github actions (major) Jun 3, 2024
@renovate renovate Bot force-pushed the renovate/major-gradle-and-github-actions branch 2 times, most recently from 3125773 to 45c816d Compare June 8, 2024 13:04
@renovate renovate Bot changed the title chore(deps): Update gradle and github actions (major) chore(deps): Update dawidd6/action-download-artifact action to v5 Jun 8, 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 45c816d to 066702c Compare June 12, 2024 14:48
@renovate renovate Bot force-pushed the renovate/major-gradle-and-github-actions branch from 066702c to 23d9646 Compare August 3, 2024 22:49
@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 from 23d9646 to a116d12 Compare November 29, 2024 11:30
@renovate renovate Bot force-pushed the renovate/major-gradle-and-github-actions branch from a116d12 to 7153c18 Compare January 22, 2025 10:27
@renovate renovate Bot force-pushed the renovate/major-gradle-and-github-actions branch from 7153c18 to 3db032e Compare February 27, 2025 12:14
@renovate renovate Bot force-pushed the renovate/major-gradle-and-github-actions branch from 3db032e to 7f89fa4 Compare May 19, 2025 21:09
@renovate renovate Bot force-pushed the renovate/major-gradle-and-github-actions branch from 7f89fa4 to fe26e15 Compare May 31, 2025 21:39
@renovate renovate Bot force-pushed the renovate/major-gradle-and-github-actions branch from fe26e15 to d4b4faa Compare June 15, 2025 00:52
@renovate renovate Bot force-pushed the renovate/major-gradle-and-github-actions branch 2 times, most recently from c7ffab3 to 8eab61e Compare August 11, 2025 13:01
@renovate renovate Bot force-pushed the renovate/major-gradle-and-github-actions branch from 8eab61e to 53c537c Compare August 21, 2025 07:14
@renovate renovate Bot force-pushed the renovate/major-gradle-and-github-actions branch from 53c537c to 4ab9554 Compare September 18, 2025 17:02
@renovate renovate Bot force-pushed the renovate/major-gradle-and-github-actions branch from 4ab9554 to c88a976 Compare October 1, 2025 20:43
@renovate renovate Bot force-pushed the renovate/major-gradle-and-github-actions branch 2 times, most recently from 6489b28 to 48ea9d5 Compare October 29, 2025 23:07
@renovate renovate Bot force-pushed the renovate/major-gradle-and-github-actions branch 2 times, most recently from 1f85b90 to 22ff232 Compare November 20, 2025 17:52
@renovate renovate Bot force-pushed the renovate/major-gradle-and-github-actions branch from 22ff232 to 22f874e Compare November 20, 2025 21:50
@renovate renovate Bot force-pushed the renovate/major-gradle-and-github-actions branch 2 times, most recently from 7d30579 to a28bea2 Compare December 18, 2025 22:40
@renovate renovate Bot force-pushed the renovate/major-gradle-and-github-actions branch from a28bea2 to 54c4319 Compare December 25, 2025 10:00
@renovate renovate Bot force-pushed the renovate/major-gradle-and-github-actions branch 2 times, most recently from cf226e0 to a9c69c2 Compare January 22, 2026 16:27
@renovate renovate Bot force-pushed the renovate/major-gradle-and-github-actions branch 3 times, most recently from 30b9f01 to 1174a93 Compare February 1, 2026 17:47
@renovate renovate Bot force-pushed the renovate/major-gradle-and-github-actions branch 2 times, most recently from aea8ad4 to 7ecfcea Compare February 19, 2026 17:30
@renovate renovate Bot force-pushed the renovate/major-gradle-and-github-actions branch 3 times, most recently from f0660bf to 373a282 Compare March 4, 2026 14:42
@renovate renovate Bot force-pushed the renovate/major-gradle-and-github-actions branch 4 times, most recently from a2b87f9 to 69e490f Compare March 19, 2026 09:33
@renovate renovate Bot force-pushed the renovate/major-gradle-and-github-actions branch 3 times, most recently from f2ce3f3 to 269a23f Compare March 26, 2026 12:52
@renovate renovate Bot force-pushed the renovate/major-gradle-and-github-actions branch 2 times, most recently from 37af3a7 to 82d8538 Compare April 2, 2026 20:29
@renovate renovate Bot force-pushed the renovate/major-gradle-and-github-actions branch 3 times, most recently from 004160a to 7bd3c85 Compare April 23, 2026 11:45
@renovate renovate Bot force-pushed the renovate/major-gradle-and-github-actions branch from 7bd3c85 to 55682cf Compare April 23, 2026 20:58
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