Skip to content

chore(deps): update github actions#24

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

chore(deps): update github actions#24
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/github-actions

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jun 1, 2024

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Type Update Change
actions/checkout action minor v4.1.1v4.3.1
actions/setup-go action minor v5.0.0v5.6.0
actions/setup-java action minor v4.2.1v4.8.0
actions/upload-artifact action minor v4.3.1v4.6.2
docker/build-push-action action minor v5.3.0v5.4.0
docker/login-action action minor v3.1.0v3.7.0
docker/metadata-action action minor v5.5.1v5.10.0
docker/setup-buildx-action action minor v3.2.0v3.12.0
docker/setup-qemu-action action minor v3.0.0v3.7.0
go uses-with minor 1.21.31.26.1
gradle/gradle-build-action action minor v3.1.0v3.5.0
gradle/wrapper-validation-action action patch v2.1.1v2.1.3
sigstore/cosign-installer action minor v3.4.0v3.10.1
softprops/action-gh-release action minor v2.0.4v2.5.0

Release Notes

actions/checkout (actions/checkout)

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
actions/setup-go (actions/setup-go)

v5.6.0

Compare Source

What's Changed

Full Changelog: actions/setup-go@v5...v5.6.0

v5.5.0

Compare Source

What's Changed

Bug fixes:
Dependency updates:

New Contributors

Full Changelog: actions/setup-go@v5...v5.5.0

v5.4.0

Compare Source

What's Changed

Dependency updates :

New Contributors

Full Changelog: actions/setup-go@v5...v5.4.0

v5.3.0

Compare Source

What's Changed

New Contributors

Full Changelog: actions/setup-go@v5...v5.3.0

v5.2.0

Compare Source

What's Changed

  • Leveraging the raw API to retrieve the version-manifest, as it does not impose a rate limit and hence facilitates unrestricted consumption without the need for a token for Github Enterprise Servers by @​Shegox in #​496

New Contributors

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

v5.1.0

Compare Source

What's Changed

  • Add workflow file for publishing releases to immutable action package by @​Jcambass in #​500
  • Upgrade IA Publish by @​Jcambass in #​502
  • Add architecture to cache key by @​Zxilly in #​493
    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.
  • Enhance workflows and Upgrade micromatch Dependency by @​priyagupta108 in #​510

Bug Fixes

New Contributors

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

v5.0.2

Compare Source

What's Changed

Bug fixes:
Dependency updates:

New Contributors

Full Changelog: actions/setup-go@v5...v5.0.2

v5.0.1

Compare Source

What's Changed

New Contributors

Full Changelog: actions/setup-go@v5.0.0...v5.0.1

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

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

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

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

docker/build-push-action (docker/build-push-action)

v5.4.0

Compare Source

Full Changelog: docker/build-push-action@v5.3.0...v5.4.0

docker/login-action (docker/login-action)

v3.7.0

Compare Source

Full Changelog: docker/login-action@v3.6.0...v3.7.0

v3.6.0

Compare Source

Full Changelog: docker/login-action@v3.5.0...v3.6.0

v3.5.0

Compare Source

Full Changelog: docker/login-action@v3.4.0...v3.5.0

v3.4.0

Compare Source

Full Changelog: docker/login-action@v3.3.0...v3.4.0

v3.3.0

Compare Source

Full Changelog: docker/login-action@v3.2.0...v3.3.0

v3.2.0

Compare Source

Full Changelog: docker/login-action@v3.1.0...v3.2.0

docker/metadata-action (docker/metadata-action)

v5.10.0

Compare Source

Full Changelog: docker/metadata-action@v5.9.0...v5.10.0

v5.9.0

Compare Source

Full Changelog: docker/metadata-action@v5.8.0...v5.9.0

v5.8.0

Compare Source

Full Changelog: docker/metadata-action@v5.7.0...v5.8.0

v5.7.0

Compare Source

Full Changelog: docker/metadata-action@v5.6.1...v5.7.0

v5.6.1

Compare Source

Full Changelog: docker/metadata-action@v5.6.0...v5.6.1

v5.6.0

Compare Source


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (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.

@renovate renovate bot force-pushed the renovate/github-actions branch 4 times, most recently from a2c0828 to 9c0f012 Compare June 15, 2024 07:20
@renovate renovate bot force-pushed the renovate/github-actions branch 2 times, most recently from 209f5a3 to 630862c Compare June 20, 2024 01:18
@renovate renovate bot force-pushed the renovate/github-actions branch 3 times, most recently from c4a59cb to 8a3064f Compare July 5, 2024 19:50
@renovate renovate bot force-pushed the renovate/github-actions branch 2 times, most recently from a719596 to 8dc2723 Compare July 15, 2024 20:05
@renovate renovate bot force-pushed the renovate/github-actions branch 3 times, most recently from 0e9c26e to fdf94ea Compare July 22, 2024 11:19
@renovate renovate bot force-pushed the renovate/github-actions branch 3 times, most recently from 55417ca to a9b8662 Compare August 2, 2024 15:28
@renovate renovate bot force-pushed the renovate/github-actions branch 3 times, most recently from 44a47ab to ea289dc Compare August 7, 2024 17:10
@renovate renovate bot force-pushed the renovate/github-actions branch from ea289dc to 14ac704 Compare August 30, 2024 22:56
@renovate renovate bot force-pushed the renovate/github-actions branch from 14ac704 to c4ad476 Compare September 9, 2024 17:35
@renovate renovate bot force-pushed the renovate/github-actions branch 2 times, most recently from 1428cb3 to 19abe71 Compare September 25, 2024 19:04
@renovate renovate bot force-pushed the renovate/github-actions branch 4 times, most recently from 2872860 to 076b956 Compare October 7, 2024 18:22
@renovate renovate bot force-pushed the renovate/github-actions branch from b6476ca to a2fcab2 Compare December 18, 2024 07:47
@renovate renovate bot force-pushed the renovate/github-actions branch 2 times, most recently from 299230a to cc84c2c Compare January 10, 2025 18:01
@renovate renovate bot force-pushed the renovate/github-actions branch from cc84c2c to fbc7e92 Compare January 21, 2025 05:06
@renovate renovate bot force-pushed the renovate/github-actions branch 2 times, most recently from 0e032b9 to 2a8d846 Compare February 5, 2025 01:36
@renovate renovate bot force-pushed the renovate/github-actions branch 2 times, most recently from db79dce to 428b0fd Compare February 6, 2025 16:45
@renovate renovate bot force-pushed the renovate/github-actions branch 3 times, most recently from 65af7b0 to cc1b280 Compare February 26, 2025 19:11
@renovate renovate bot force-pushed the renovate/github-actions branch from cc1b280 to ebf5570 Compare February 28, 2025 16:11
@renovate renovate bot force-pushed the renovate/github-actions branch 2 times, most recently from 3561fa0 to 10eba70 Compare March 14, 2025 10:44
@renovate renovate bot force-pushed the renovate/github-actions branch 2 times, most recently from 2a0d066 to 64b0127 Compare March 19, 2025 18:42
@renovate renovate bot force-pushed the renovate/github-actions branch from 64b0127 to 25e0763 Compare April 2, 2025 05:42
@renovate renovate bot force-pushed the renovate/github-actions branch from 25e0763 to 21d5b9d Compare April 9, 2025 07:58
@renovate renovate bot force-pushed the renovate/github-actions branch 2 times, most recently from c68c573 to 60f838f Compare April 22, 2025 22:24
@renovate renovate bot force-pushed the renovate/github-actions branch 2 times, most recently from 39dba1c to 1a4984c Compare May 8, 2025 03:34
@renovate renovate bot force-pushed the renovate/github-actions branch 3 times, most recently from edea77d to 6166f8a Compare June 10, 2025 23:12
@renovate renovate bot force-pushed the renovate/github-actions branch 4 times, most recently from d30abd8 to 1a9bbc1 Compare June 23, 2025 16:41
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