Skip to content

Update GitHub Actions (dev-v2)#1730

Open
renovate[bot] wants to merge 1 commit into
dev-v2from
renovate/dev-v2-github-actions
Open

Update GitHub Actions (dev-v2)#1730
renovate[bot] wants to merge 1 commit into
dev-v2from
renovate/dev-v2-github-actions

Conversation

@renovate

@renovate renovate Bot commented Jun 11, 2026

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Type Update Change
actions/checkout action patch v6.0.2v6.0.3
actions/download-artifact action minor v4.1.7v4.3.0
actions/github-script action minor v7.0.1v7.1.0
actions/setup-go action minor v6.2.0v6.4.0
actions/upload-artifact action minor v4.3.3v4.6.2
azure/CLI action minor v2.0.0v2.2.0
azure/login action minor v2.1.0v2.3.0
codecov/codecov-action action minor v4.3.0v4.6.0
contributor-assistant/github-action action minor v2.5.1v2.6.1
docker/build-push-action action minor v5.3.0v5.4.0
docker/login-action action minor v3.6.0v3.7.0
docker/setup-buildx-action action minor v3.3.0v3.12.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

actions/checkout (actions/checkout)

v6.0.3

Compare Source

actions/download-artifact (actions/download-artifact)

v4.3.0

Compare Source

What's Changed

New Contributors

Full Changelog: actions/download-artifact@v4.2.1...v4.3.0

v4.2.1

Compare Source

What's Changed

Full Changelog: actions/download-artifact@v4.2.0...v4.2.1

v4.2.0

Compare Source

What's Changed

New Contributors

Full Changelog: actions/download-artifact@v4.1.9...v4.2.0

v4.1.9

Compare Source

What's Changed

New Contributors

Full Changelog: actions/download-artifact@v4.1.8...v4.1.9

v4.1.8

Compare Source

What's Changed

Full Changelog: actions/download-artifact@v4.1.7...v4.1.8

actions/github-script (actions/github-script)

v7.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: actions/github-script@v7...v7.1.0

actions/setup-go (actions/setup-go)

v6.4.0

Compare Source

What's Changed
Enhancement
  • Add go-download-base-url input for custom Go distributions by @​gdams in #​721
Dependency update
Documentation update
New Contributors

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

v6.3.0

Compare Source

What's Changed

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

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

azure/CLI (azure/CLI)

v2.2.0: GitHub Action for Azure CLI v2.2.0

Compare Source

What's Changed

New Contributors

Full Changelog: Azure/cli@v2.1.0...v2.2.0

v2.1.0: GitHub Action for Azure CLI v2.1.0

Compare Source

What's Changed
New Contributors

Full Changelog: Azure/cli@v2.0.0...v2.1.0

azure/login (azure/login)

v2.3.0: Azure Login Action v2.3.0

Compare Source

What's Changed

Full Changelog: Azure/login@v2.2.0...v2.3.0

v2.2.0: Azure Login Action v2.2.0

Compare Source

What's Changed

New Contributors

Full Changelog: Azure/login@v2.1.1...v2.2.0

v2.1.1

Compare Source

What's Changed
New Contributors

Full Changelog: Azure/login@v2.1.0...v2.1.1

codecov/codecov-action (codecov/codecov-action)

v4.6.0

Compare Source

What's Changed

v4.5.0

Compare Source

What's Changed

v4.4.1

Compare Source

What's Changed

v4.4.0

Compare Source

What's Changed

Full Changelog: codecov/codecov-action@v4.3.1...v4.4.0

v4.3.1

Compare Source

What's Changed
contributor-assistant/github-action (contributor-assistant/github-action)

v2.6.1

Compare Source

What's Changed

Full Changelog: contributor-assistant/github-action@v2.6.0...v2.6.1

v2.6.0

Compare Source

What's Changed

New Contributors

Full Changelog: contributor-assistant/github-action@v2.5.2...v2.6.0

v2.5.2

Compare Source

What's Changed

New Contributors

Full Changelog: contributor-assistant/github-action@v2.5.1...v2.5.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

  • Add scope input to set scopes for the authentication token by @​crazy-max in #​912
  • Add support for AWS European Sovereign Cloud ECR by @​dphi in #​914
  • Ensure passwords are redacted with registry-auth input by @​crazy-max in [#&#8

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM (* 0-3 * * *)
  • 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.

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate Bot requested a review from a team as a code owner June 11, 2026 01:30
@renovate renovate Bot added the v2.x Issues and Pull Requests related to the major version v2 label Jun 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

v2.x Issues and Pull Requests related to the major version v2

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants