prepare @actions/exec 2.0.1 relesae + chore(core): bump @actions/exec from ^1.1.1 to ^2.0.0#2199
Merged
prepare @actions/exec 2.0.1 relesae + chore(core): bump @actions/exec from ^1.1.1 to ^2.0.0#2199
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR upgrades the @actions/exec dependency in the @actions/core package from version ^1.1.1 to ^2.0.0 to align with other packages in the toolkit and eliminate duplicate dependencies in consuming projects.
Key Changes:
- Updated
@actions/execdependency to^2.0.0(a non-breaking version bump) - Incremented
@actions/corepackage version to2.0.1 - Added submodule references for related action packages
Reviewed changes
Copilot reviewed 4 out of 5 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| packages/core/package.json | Updated @actions/exec dependency version and bumped package version |
| actions-upload-artifact | Added submodule commit reference |
| actions-download-artifact | Added submodule commit reference |
| actions-cache | Added submodule commit reference |
Files not reviewed (1)
- packages/core/package-lock.json: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
59bb6a9 to
bff40bb
Compare
Aligns with cache package which already uses exec@2.0.0, avoiding nested duplicate dependencies.
bff40bb to
b2e6a5a
Compare
rentziass
approved these changes
Dec 10, 2025
johngitbuild-art
approved these changes
Feb 19, 2026
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.
Summary
Bumps
@actions/execdependency in@actions/corefrom^1.1.1to^2.0.0.Why
exec@2.0.0@actions/iodependency from v1 to v2)Changes
packages/core/package.json: Bump@actions/execto^2.0.0, version to2.0.1packages/core/RELEASES.md: Added release notes for 2.0.1package-lock.json