Skip to content

build(deps): bump volta-cli/action from 4 to 5#1235

Open
dependabot[bot] wants to merge 2 commits intomasterfrom
dependabot/github_actions/volta-cli/action-5
Open

build(deps): bump volta-cli/action from 4 to 5#1235
dependabot[bot] wants to merge 2 commits intomasterfrom
dependabot/github_actions/volta-cli/action-5

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 6, 2026

Bumps volta-cli/action from 4 to 5.

Release notes

Sourced from volta-cli/action's releases.

Release 5.0.0

💥 Breaking Change

Committers: 1

Release 4.2.1

🏠 Internal

Committers: 1

Release 4.2.0

🚀 Enhancement

Committers: 1

Release 4.1.1

🏠 Internal

Committers: 1

Release 4.1.0

🐛 Bug Fix

Committers: 1

Release 4.0.1

📝 Documentation

... (truncated)

Changelog

Sourced from volta-cli/action's changelog.

v4.2.0 (2024-08-05)

🚀 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

Dependabot compatibility score

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 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 <dependency name> 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)

Bumps [volta-cli/action](https://github.com/volta-cli/action) from 4 to 5.
- [Release notes](https://github.com/volta-cli/action/releases)
- [Changelog](https://github.com/volta-cli/action/blob/master/CHANGELOG.md)
- [Commits](volta-cli/action@v4...v5)

---
updated-dependencies:
- dependency-name: volta-cli/action
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 6, 2026
The Run Tests CI checks failed after volta-cli/action
was updated from v4 to v5.

Root cause: testem@3.6.0 depends on execa@^1.0.0 (CommonJS), but yarn's
hoisting resolved execa@7.1.1 (ES Module) in testem's dependency tree.
When testem tried to require() the ES Module version, Node.js threw
ERR_REQUIRE_ESM. This was exposed when volta v5 reinstalled dependencies
with potentially different hoisting behavior.

Fix: Added yarn resolution "testem/execa": "^1.0.0" to force testem's
execa dependency to use the CommonJS version compatible with require().

Risk: Low risk - this pins an existing transitive dependency to a version
testem already supports, preventing yarn from hoisting an incompatible
version.

Files changed:
- package.json (added resolution)

Automated fix by veni-vidi-fixi
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

Development

Successfully merging this pull request may close these issues.

1 participant