Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Feb 11, 2026

Updates npm dependencies in /actions/setup/js to latest versions, addressing Dependabot alerts for @actions/exec and @types/node.

Changes

  • @actions/exec: 2.0.0 → 3.0.0
  • @types/node: 25.0.9 → 25.2.3

Compatibility

Both updates maintain API compatibility. The codebase uses exec.exec() and exec.getExecOutput() extensively across 15+ files—all usage patterns remain valid. TypeScript compilation passes with the new type definitions.

Security

No vulnerabilities introduced. Dependency tree simplified by 18 lines in package-lock.json.

Original prompt

This section details on the original issue you should resolve

<issue_title>[dependabot-burner] npm dependencies in /actions/setup/js</issue_title>
<issue_description>This bundle issue tracks Dependabot PRs for npm dependencies in /actions/setup/js/package.json.

Open PRs

Instructions

Review and merge these PRs as appropriate. Once all PRs are merged or closed, this issue can be closed.

AI generated by Dependabot Burner

Comments on the Issue (you are @copilot in this section)


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI changed the title [WIP] Review and merge Dependabot PRs for npm dependencies Update npm dependencies: @actions/exec 3.0.0, @types/node 25.2.3 Feb 11, 2026
Copilot AI requested a review from pelikhan February 11, 2026 00:13
@pelikhan pelikhan marked this pull request as ready for review February 11, 2026 00:26
Copilot AI review requested due to automatic review settings February 11, 2026 00:26
@pelikhan pelikhan merged commit 0abdc67 into main Feb 11, 2026
154 checks passed
@pelikhan pelikhan deleted the copilot/review-npm-dependencies branch February 11, 2026 00:26
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

Updates the JavaScript tooling dependencies under actions/setup/js to address Dependabot alerts by bumping @actions/exec and @types/node while keeping the existing action scripts and typechecking setup intact.

Changes:

  • Bump @actions/exec from ^2.0.0 to ^3.0.0.
  • Bump @types/node from ^25.0.9 to ^25.2.3.
  • Refresh package-lock.json to reflect the updated dependency graph (including deduping/hoisting changes).

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.

File Description
actions/setup/js/package.json Updates devDependency versions for @actions/exec and @types/node.
actions/setup/js/package-lock.json Lockfile refresh to align with the updated dependency versions and resolved tree.
Files not reviewed (1)
  • actions/setup/js/package-lock.json: Language not supported

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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.

[dependabot-burner] npm dependencies in /actions/setup/js

2 participants