Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

@actions/glob - Outdated minimatch dependency #1955

Open
ncalteen opened this issue Feb 14, 2025 · 0 comments
Open

@actions/glob - Outdated minimatch dependency #1955

ncalteen opened this issue Feb 14, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@ncalteen
Copy link

Describe the bug

The current version of minimatch used by @actions/glob is severely outdated. As of this issue, it is pinned a 3.0.4 while the latest release is 10.0.1.

When transpiling ESM actions using tools like rollup, this results in invalid require statements that cause unresolvable errors on Windows runners.

Additional details can be found here: graalvm/setup-graalvm#138

To Reproduce
Steps to reproduce the behavior:

  1. Create a fork of https://github.com/actions/typescript-action
  2. Install the @actions/glob module
  3. Transpile the action (npm run package)
  4. Attempt to run the action on a Windows runner

Expected behavior

The action runs as expected, and the @actions/glob functionality does not raise an error.

Additional context

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant