chore(deps): Bump @actions/glob from 0.4.0 to 0.6.1#19427
Merged
Conversation
Member
|
@dependabot rebase |
Bumps [@actions/glob](https://github.com/actions/toolkit/tree/HEAD/packages/glob) from 0.4.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>
fd457dd to
d34382b
Compare
| "@actions/exec": "1.1.1", | ||
| "@actions/github": "^5.0.0", | ||
| "@actions/glob": "0.4.0", | ||
| "@actions/glob": "0.6.1", |
There was a problem hiding this comment.
Bug: Upgrading @actions/glob introduces a dependency on @actions/core@^3.0.0, which conflicts with the explicitly pinned direct dependency on @actions/core@1.10.1 in package.json.
Severity: HIGH
Suggested Fix
To resolve the conflict, update the @actions/core dependency in both package.json files to a version compatible with what @actions/glob@0.6.1 expects, for example: "@actions/core": "^3.0.0".
Prompt for AI Agent
Review the code at the location below. A potential bug has been identified by an AI
agent.
Verify if this is a real issue. If it is, propose a fix; if not, explain why it's not
valid.
Location: dev-packages/node-overhead-gh-action/package.json#L35
Potential issue: The pull request upgrades the `@actions/glob` dependency to version
`0.6.1`. This new version of `@actions/glob` has a transitive dependency on
`@actions/core@^3.0.0`. However, the `package.json` files for `node-overhead-gh-action`
and `size-limit-gh-action` still explicitly pin the direct dependency to
`@actions/core@1.10.1`. This creates a version conflict between the direct dependency
(`1.10.1`) and the transitive dependency (`^3.0.0`). This incomplete dependency
migration is likely to cause runtime failures if the package manager resolves to version
`3.0.0`, as the code was written for the `1.x` API and major version bumps often include
breaking changes.
Did we get this right? 👍 / 👎 to inform future reviews.
Member
There was a problem hiding this comment.
why would you flag this? We use @actions/core for our actions in the repo. This has nothing to do with @actions/glob
Lms24
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.
Bumps @actions/glob from 0.4.0 to 0.6.1.
Changelog
Sourced from
@actions/glob's changelog.Commits
Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for
@actions/globsince your current version.Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)