From 115fcc517f58150da817b095d709ec2babf53274 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 5 May 2026 19:41:29 -0700
Subject: [PATCH] chore(deps): bump volta-cli/action from 4 to 5 (#2459)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Bumps [volta-cli/action](https://github.com/volta-cli/action) from 4 to
5.
Release notes
Sourced from volta-cli/action's
releases.
Release 5.0.0
:boom: Breaking Change
Committers: 1
Release 4.2.1
:house: Internal
Committers: 1
Release 4.2.0
:rocket: Enhancement
Committers: 1
Release 4.1.1
:house: Internal
Committers: 1
Release 4.1.0
:bug: Bug Fix
Committers: 1
Release 4.0.1
:memo: Documentation
... (truncated)
Changelog
Sourced from volta-cli/action's
changelog.
v4.2.0 (2024-08-05)
:rocket: Enhancement
Committers: 1
Commits
615a78f
Release 5.0.0
762cc9b
Merge pull request #168
from Yama-Tomo/master
7c13339
Bump release-it to a version supporting Node.js 24
b28a379
Update to Node24
979638c
Merge pull request #158
from volta-cli/dependabot/npm_and_yarn/rollup-4.22.4
efcca96
Bump rollup from 4.20.0 to 4.22.4
87cd325
Merge pull request #157
from volta-cli/dependabot/npm_and_yarn/vite-5.4.6
5bc2990
Bump vite from 5.3.5 to 5.4.6
- See full diff in compare
view
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot show ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
.github/workflows/build.yml | 2 +-
.github/workflows/manual-release.yml | 2 +-
.github/workflows/semantic-release.yml | 4 ++--
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 7b53db3a..451a4a5b 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -20,7 +20,7 @@ jobs:
uses: actions/checkout@v4
- name: Setup Node and Yarn
- uses: volta-cli/action@v4
+ uses: volta-cli/action@v5
- name: Install dependencies
run: yarn install --immutable
diff --git a/.github/workflows/manual-release.yml b/.github/workflows/manual-release.yml
index 0649b06d..2f3d7450 100644
--- a/.github/workflows/manual-release.yml
+++ b/.github/workflows/manual-release.yml
@@ -13,7 +13,7 @@ jobs:
uses: actions/checkout@v4
- name: Setup Node and Yarn
- uses: volta-cli/action@v4
+ uses: volta-cli/action@v5
- name: Install dependencies
run: yarn install --immutable
diff --git a/.github/workflows/semantic-release.yml b/.github/workflows/semantic-release.yml
index 5c697b28..2b9a1645 100644
--- a/.github/workflows/semantic-release.yml
+++ b/.github/workflows/semantic-release.yml
@@ -21,7 +21,7 @@ jobs:
with:
fetch-depth: 0
persist-credentials: false
- - uses: volta-cli/action@v4
+ - uses: volta-cli/action@v5
- run: yarn install --immutable
- run: npx semantic-release --dry-run
id: get-next-version
@@ -41,7 +41,7 @@ jobs:
with:
fetch-depth: 0
persist-credentials: false
- - uses: volta-cli/action@v4
+ - uses: volta-cli/action@v5
- run: yarn install --immutable
- run: yarn run build
env: