fix(deps): update dependency @actions/exec to v3#158
Merged
Conversation
StevenXL
added a commit
that referenced
this pull request
Feb 2, 2026
The @actions/exec action has migrated to ESM (see PR #158). This PR converts this project to ESM so that it can consume ESM and Common JS dependencies.
There was a problem hiding this comment.
Pull request overview
This PR updates the @actions/exec dependency from version 2.0.0 to 3.0.0, which introduces a breaking change where the package becomes ESM-only. The update also brings in a newer version of the @actions/io dependency (3.0.2) as a transitive dependency.
Changes:
- Updated
@actions/execfrom^2.0.0to^3.0.0in package.json - Added corresponding lock file entries for
@actions/exec@^3.0.0and its dependency@actions/io@^3.0.2
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| package.json | Updated the @actions/exec dependency version constraint to ^3.0.0 |
| yarn.lock | Added lock file entries for the new versions of @actions/exec (3.0.0) and its dependency @actions/io (3.0.2) |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
84009a1 to
3c983d2
Compare
0068bb5 to
b7deb72
Compare
ffb090a to
a271e59
Compare
24524cb to
6ca6480
Compare
6ca6480 to
059d16c
Compare
ba8d7de to
afd1ea4
Compare
319d4b1 to
827cce7
Compare
6e3de71 to
79ea032
Compare
pbrisbin
approved these changes
Mar 31, 2026
79ea032 to
f74990a
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^2.0.0→^3.0.0Release Notes
actions/toolkit (@actions/exec)
v3.0.0import()instead ofrequire()Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) in timezone America/New_York, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.