Skip to content

chore(deps): update all dependencies (major)#41

Open
renovate-bot wants to merge 1 commit into
ProtocolConvergence:trunkfrom
renovate-bot:renovate/major-all-dependencies
Open

chore(deps): update all dependencies (major)#41
renovate-bot wants to merge 1 commit into
ProtocolConvergence:trunkfrom
renovate-bot:renovate/major-all-dependencies

Conversation

@renovate-bot

@renovate-bot renovate-bot commented May 28, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
actions/cache action major v4v5
actions/checkout action major v4v7
actions/upload-artifact action major v4v7
docker/build-push-action action major v6v7
docker/login-action action major v3v4
platforms bazel_dep major 0.0.111.1.0

Warning

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


Release Notes

actions/cache (actions/cache)

v5.0.5

Compare Source

What's Changed

Full Changelog: actions/cache@v5...v5.0.5

v5.0.4

Compare Source

What's Changed
New Contributors

Full Changelog: actions/cache@v5...v5.0.4

v5.0.3

Compare Source

What's Changed

Full Changelog: actions/cache@v5...v5.0.3

v5.0.2: v.5.0.2

Compare Source

v5.0.2
What's Changed

When creating cache entries, 429s returned from the cache service will not be retried.

v5.0.1

Compare Source

[!IMPORTANT]
actions/cache@v5 runs on the Node.js 24 runtime and requires a minimum Actions Runner version of 2.327.1.

If you are using self-hosted runners, ensure they are updated before upgrading.


v5.0.1
What's Changed
v5.0.0
What's Changed

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

v5.0.0

Compare Source

[!IMPORTANT]
actions/cache@v5 runs on the Node.js 24 runtime and requires a minimum Actions Runner version of 2.327.1.

If you are using self-hosted runners, ensure they are updated before upgrading.


What's Changed

Full Changelog: actions/cache@v4.3.0...v5.0.0

v5

Compare Source

actions/checkout (actions/checkout)

v7.0.0

Compare Source

v7

Compare Source

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

v5.0.0

Compare Source

v5

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 - What's new

[!IMPORTANT]
actions/upload-artifact@​v6 now runs on Node.js 24 (runs.using: node24) and requires a minimum Actions Runner version of 2.327.1. If you are using self-hosted runners, ensure they are updated before upgrading.

Node.js 24

This release updates the runtime to Node.js 24. v5 had preliminary support for Node.js 24, however this action was by default still running on Node.js 20. Now this action by default will run on Node.js 24.

What's Changed

Full Changelog: actions/upload-artifact@v5.0.0...v6.0.0

v6

Compare Source

v5.0.0

Compare Source

What's Changed

BREAKING CHANGE: this update supports Node v24.x. This is not a breaking change per-se but we're treating it as such.

New Contributors

Full Changelog: actions/upload-artifact@v4...v5.0.0

v5

Compare Source

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

v7.2.0

Compare Source

Full Changelog: docker/build-push-action@v7.1.0...v7.2.0

v7.1.0

Compare Source

Full Changelog: docker/build-push-action@v7.0.0...v7.1.0

v7.0.0

Compare Source

Full Changelog: docker/build-push-action@v6.19.2...v7.0.0

v7

Compare Source

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

v4.2.0

Compare Source

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

v4.1.0

Compare Source

Full Changelog: docker/login-action@v4.0.0...v4.1.0

v4.0.0

Compare Source

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

v4

Compare Source

bazelbuild/platforms (platforms)

v1.1.0

Compare Source

What's Changed

New Contributors

WORKSPACE setup

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "platforms",
    urls = [
        "https://mirror.bazel.build/github.com/bazelbuild/platforms/releases/download/1.1.0/platforms-1.1.0.tar.gz",
        "https://github.com/bazelbuild/platforms/releases/download/1.1.0/platforms-1.1.0.tar.gz",
    ],
    sha256 = "dbad4a23abcca6171e47b79edc53bd6a41067a3b75f9e8b104656b459ff25046",
)

Full Changelog: bazelbuild/platforms@1.0.0...1.1.0

v1.0.0

Compare Source

What's Changed

This is a no-op update of 0.0.11.

1.0.0 reflects that this is a stable API used in core Bazel production code.

See #​112.

WORKSPACE setup

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "platforms",
    urls = [
        "https://mirror.bazel.build/github.com/bazelbuild/platforms/releases/download/1.0.0/platforms-1.0.0.tar.gz",
        "https://github.com/bazelbuild/platforms/releases/download/1.0.0/platforms-1.0.0.tar.gz",
    ],
    sha256 = "3384eb1c30762704fbe38e440204e114154086c8fc8a8c2e3e28441028c019a8",
)

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.

@forking-renovate forking-renovate Bot added the dependencies Pull requests that update a dependency file label May 28, 2025
@renovate-bot renovate-bot changed the title chore(deps): update dependency platforms to v1 chore(deps): update all dependencies (major) Aug 11, 2025
@renovate-bot renovate-bot force-pushed the renovate/major-all-dependencies branch from 57cc5c5 to 08cae97 Compare August 11, 2025 13:32
@coveralls

coveralls commented Aug 11, 2025

Copy link
Copy Markdown

Pull Request Test Coverage Report for Build 20180437042

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 69.867%

Totals Coverage Status
Change from base Build 13096216219: 0.0%
Covered Lines: 9868
Relevant Lines: 14124

💛 - Coveralls

@renovate-bot renovate-bot changed the title chore(deps): update all dependencies (major) chore(deps): update actions/checkout action to v5 Aug 13, 2025
@renovate-bot renovate-bot force-pushed the renovate/major-all-dependencies branch 3 times, most recently from feae294 to 711138d Compare August 13, 2025 21:45
@renovate-bot renovate-bot changed the title chore(deps): update actions/checkout action to v5 chore(deps): update all dependencies (major) Aug 14, 2025
@renovate-bot renovate-bot force-pushed the renovate/major-all-dependencies branch from 711138d to f787f1d Compare August 14, 2025 11:22
@renovate-bot renovate-bot force-pushed the renovate/major-all-dependencies branch from f787f1d to aa7addd Compare October 24, 2025 23:37
@renovate-bot renovate-bot force-pushed the renovate/major-all-dependencies branch from aa7addd to aa0ebd8 Compare November 20, 2025 17:25
@renovate-bot renovate-bot force-pushed the renovate/major-all-dependencies branch 2 times, most recently from 0ef5b1b to 375ce07 Compare December 12, 2025 21:30
@renovate-bot renovate-bot force-pushed the renovate/major-all-dependencies branch 2 times, most recently from c8c6ea0 to 94d6337 Compare March 4, 2026 10:16
@renovate-bot renovate-bot force-pushed the renovate/major-all-dependencies branch from 94d6337 to 3c89e75 Compare March 5, 2026 22:43
@renovate-bot renovate-bot force-pushed the renovate/major-all-dependencies branch from 3c89e75 to bc448da Compare May 1, 2026 20:58
@renovate-bot renovate-bot force-pushed the renovate/major-all-dependencies branch from bc448da to baa65d8 Compare June 18, 2026 19:51
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.

2 participants