Skip to content

chore(deps): update github-actions deps (major)#36

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/major-github-actions-deps
Open

chore(deps): update github-actions deps (major)#36
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/major-github-actions-deps

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Nov 15, 2024

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Type Update Change
actions/checkout action major v4v6
actions/labeler action major v5v6
actions/setup-go action major v5v6
actions/upload-artifact action major v4.3.3v7.0.1
amannn/action-semantic-pull-request action major v5v6
codecov/codecov-action action major v4v6
docker/login-action action major v3v4
docker/setup-buildx-action action major v3v4
docker/setup-qemu-action action major v3v4
github/codeql-action action major v3.25.10v4.36.1
goreleaser/goreleaser-action action major v6v7

Release Notes

actions/checkout (actions/checkout)

v6.0.3

Compare Source

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

actions/labeler (actions/labeler)

v6.1.0

Compare Source

Enhancements

  • Add changed-files-labels-limit and max-files-changed configuration options to cap the number of labels added by @​bluca in #​923

Bug Fixes

Dependency Updates

New Contributors

Full Changelog: actions/labeler@v6...v6.1.0

v6.0.1

Compare Source

What's Changed

New Contributors

Full Changelog: actions/labeler@v6.0.0...v6.0.1

v6.0.0

Compare Source

What's Changed

  • Add workflow file for publishing releases to immutable action package by @​jcambass in #​802
Breaking Changes
  • Upgrade Node.js version to 24 in action and dependencies @​salmanmkc in #​891
    Make sure your runner is on version v2.327.1 or later to ensure compatibility with this release. Release Notes
Dependency Upgrades
Documentation changes

New Contributors

Full Changelog: actions/labeler@v5...v6.0.0

v6

Compare Source

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

v6.2.0

Compare Source

What's Changed
Enhancements
Dependency updates
New Contributors

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

v6.1.0

Compare Source

What's Changed

Enhancements
Dependency updates

New Contributors

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

v6.0.0

Compare Source

What's Changed
Breaking Changes

Make sure your runner is on version v2.327.1 or later to ensure compatibility with this release. See Release Notes

Dependency Upgrades
New Contributors

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

v6

Compare Source

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

Compare Source

v6

Compare Source

v5.0.0

Compare Source

v5

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

amannn/action-semantic-pull-request (amannn/action-semantic-pull-request)

v6.1.1

Compare Source

Bug Fixes

v6.1.0

Compare Source

Features
Bug Fixes
  • Remove trailing whitespace from "unknown release type" error message (#​291) (afa4edb)

v6.0.1

Compare Source

Bug Fixes

v6.0.0

Compare Source

⚠ BREAKING CHANGES
  • Upgrade action to use Node.js 24 and ESM (#​287)
Features

v6

Compare Source

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

v6.0.1

Compare Source

What's Changed

Full Changelog: codecov/codecov-action@v6.0.0...v6.0.1

v6.0.0

Compare Source

⚠️ This version introduces support for node24 which make cause breaking changes for systems that do not currently support node24. ⚠️

What's Changed

Full Changelog: codecov/codecov-action@v5.5.4...v6.0.0

v6

Compare Source

v5.5.4

Compare Source

This is a mirror of v5.5.2. v6 will be released which requires node24

What's Changed

Full Changelog: codecov/codecov-action@v5.5.3...v5.5.4

v5.5.3

Compare Source

What's Changed

Full Changelog: codecov/codecov-action@v5.5.2...v5.5.3

v5.5.2

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.5.1..v5.5.2

v5.5.1

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.5.0..v5.5.1

v5.5.0

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.3..v5.5.0

v5.4.3

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.2..v5.4.3

v5.4.2

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.1..v5.4.2

v5.4.1

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.0..v5.4.1

v5.4.0

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.3.1..v5.4.0

v5.3.1

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.3.0..v5.3.1

v5.3.0

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.2.0..v5.3.0

v5.2.0

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.1.2..v5.2.0

v5.1.2

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.1.1..v5.1.2

v5.1.1

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.1.0..v5.1.1

v5.1.0

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.0.7..v5.1.0

v5.0.7

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.0.6..v5.0.7

v5.0.6

[Compare Source](https://r

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "before 5am"
  • 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 changed the title chore(deps): update codecov/codecov-action action to v5 chore(deps): update github-actions deps to v5 (major) Aug 11, 2025
@renovate renovate Bot force-pushed the renovate/major-github-actions-deps branch from 1e11a67 to 67f87ed Compare August 11, 2025 16:02
@renovate renovate Bot changed the title chore(deps): update github-actions deps to v5 (major) chore(deps): update github-actions deps (major) Aug 13, 2025
@renovate renovate Bot force-pushed the renovate/major-github-actions-deps branch from 67f87ed to 208b903 Compare August 13, 2025 20:03
@renovate renovate Bot force-pushed the renovate/major-github-actions-deps branch 2 times, most recently from 9dee28d to 06ef833 Compare September 4, 2025 22:03
@renovate renovate Bot force-pushed the renovate/major-github-actions-deps branch 2 times, most recently from 6cc65f9 to 036c574 Compare October 10, 2025 18:51
@renovate renovate Bot force-pushed the renovate/major-github-actions-deps branch from 036c574 to 4825a69 Compare October 17, 2025 15:50
@renovate renovate Bot force-pushed the renovate/major-github-actions-deps branch 2 times, most recently from f42a2ff to 928f4ed Compare October 30, 2025 19:15
@renovate renovate Bot force-pushed the renovate/major-github-actions-deps branch 3 times, most recently from bdf48d1 to 2cbf68a Compare November 20, 2025 18:56
@renovate renovate Bot force-pushed the renovate/major-github-actions-deps branch 2 times, most recently from 5ba1fe5 to 8b066a9 Compare December 1, 2025 11:04
@renovate renovate Bot force-pushed the renovate/major-github-actions-deps branch 2 times, most recently from 12efe0b to 20f417a Compare December 12, 2025 11:58
@renovate renovate Bot force-pushed the renovate/major-github-actions-deps branch 2 times, most recently from 65fc595 to 56ea2d8 Compare December 16, 2025 20:06
@renovate renovate Bot force-pushed the renovate/major-github-actions-deps branch from 56ea2d8 to 1d78e7a Compare January 12, 2026 15:00
@renovate renovate Bot force-pushed the renovate/major-github-actions-deps branch 2 times, most recently from 9b92460 to e0eda16 Compare January 26, 2026 19:05
@renovate renovate Bot force-pushed the renovate/major-github-actions-deps branch 2 times, most recently from e1ca57a to 4228433 Compare February 5, 2026 19:56
@renovate renovate Bot force-pushed the renovate/major-github-actions-deps branch from 4228433 to 7f1709d Compare February 13, 2026 15:35
@renovate renovate Bot force-pushed the renovate/major-github-actions-deps branch from 7f1709d to b199876 Compare February 20, 2026 15:57
@renovate renovate Bot force-pushed the renovate/major-github-actions-deps branch 2 times, most recently from d53e4d5 to 05eedc9 Compare February 26, 2026 19:15
@renovate renovate Bot force-pushed the renovate/major-github-actions-deps branch 4 times, most recently from 8efca61 to 4f2824e Compare March 5, 2026 21:48
@renovate renovate Bot force-pushed the renovate/major-github-actions-deps branch 3 times, most recently from 6161e12 to fdb1e72 Compare March 20, 2026 18:42
@renovate renovate Bot force-pushed the renovate/major-github-actions-deps branch 3 times, most recently from 9b60c78 to f9cbc4c Compare March 27, 2026 19:17
@renovate renovate Bot force-pushed the renovate/major-github-actions-deps branch 2 times, most recently from 5d693c2 to 5269c36 Compare April 15, 2026 19:56
@renovate renovate Bot force-pushed the renovate/major-github-actions-deps branch 2 times, most recently from 005cf2c to 654a0d8 Compare May 7, 2026 16:12
@renovate renovate Bot force-pushed the renovate/major-github-actions-deps branch 2 times, most recently from 7ed0bb7 to d254a2a Compare May 22, 2026 11:57
@renovate renovate Bot force-pushed the renovate/major-github-actions-deps branch from d254a2a to f0d8f6d Compare June 2, 2026 12:56
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