Add @actions/exec as direct dependency; drop dist/ changes from PR#796
Merged
alexarchambault merged 3 commits intodependabot/npm_and_yarn/actions/glob-0.6.1from Feb 20, 2026
Merged
Conversation
Co-authored-by: alexarchambault <7063723+alexarchambault@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update @actions/glob from 0.5.0 to 0.6.1
Add missing @actions/exec direct dependency
Feb 20, 2026
Co-authored-by: alexarchambault <7063723+alexarchambault@users.noreply.github.com>
Copilot
AI
changed the title
Add missing @actions/exec direct dependency
Add @actions/exec as direct dependency; drop dist/ changes from PR
Feb 20, 2026
alexarchambault
approved these changes
Feb 20, 2026
d056854
into
dependabot/npm_and_yarn/actions/glob-0.6.1
4 checks passed
alexarchambault
added a commit
that referenced
this pull request
Feb 20, 2026
* Bump @actions/glob from 0.5.0 to 0.6.1 Bumps [@actions/glob](https://github.com/actions/toolkit/tree/HEAD/packages/glob) from 0.5.0 to 0.6.1. - [Changelog](https://github.com/actions/toolkit/blob/main/packages/glob/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/glob) --- updated-dependencies: - dependency-name: "@actions/glob" dependency-version: 0.6.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Add @actions/exec as direct dependency; drop dist/ changes from PR (#796) * Initial plan * Add @actions/exec as direct dependency (was missing from package.json) Co-authored-by: alexarchambault <7063723+alexarchambault@users.noreply.github.com> * Revert dist/ changes - CI handles dist/ updates, not PRs Co-authored-by: alexarchambault <7063723+alexarchambault@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: alexarchambault <7063723+alexarchambault@users.noreply.github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com> Co-authored-by: alexarchambault <7063723+alexarchambault@users.noreply.github.com> Co-authored-by: Alex Archambault <alexandre.archambault@gmail.com>
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.
src/restore.tsimports@actions/execdirectly, but it was absent frompackage.json, relying on it only as a transitive dep. This PR adds it explicitly and removes the accidentally committeddist/rebuilds —dist/is managed by CI, not PRs.Changes
package.json: add@actions/exec@^3.0.0as a direct dependencypackage-lock.json: dedup@actions/exec/@actions/iofrom nested scopes into top-level now that they're direct depsdist/: reverted — CI (update-dist.yml) owns these files via its own PR flow💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.