Skip to content

Conversation

@salmanmkc
Copy link
Contributor

@salmanmkc salmanmkc commented Dec 10, 2025

Summary

Bumps @actions/exec dependency in @actions/core from ^1.1.1 to ^2.0.0.

Why

  • Aligns with the cache package which already uses [email protected]
  • Avoids nested duplicate dependencies in consuming projects
  • exec v2 has no breaking API changes (only bumped its @actions/io dependency from v1 to v2)

Changes

  • packages/core/package.json: Bump @actions/exec to ^2.0.0, version to 2.0.1
  • packages/core/RELEASES.md: Added release notes for 2.0.1
  • Regenerated package-lock.json

@salmanmkc salmanmkc requested a review from a team as a code owner December 10, 2025 11:51
Copilot AI review requested due to automatic review settings December 10, 2025 11:51
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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/exec dependency to ^2.0.0 (a non-breaking version bump)
  • Incremented @actions/core package version to 2.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.

Aligns with cache package which already uses [email protected], avoiding nested duplicate dependencies.
@salmanmkc salmanmkc changed the title chore(core): bump @actions/exec from ^1.1.1 to ^2.0.0 prepare @actions/exec 2.0.1 relesae + chore(core): bump @actions/exec from ^1.1.1 to ^2.0.0 Dec 10, 2025
@salmanmkc salmanmkc merged commit 2c52220 into main Dec 10, 2025
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants