- Fix a bad import for
minimatch
- Breaking change: Package is now ESM-only
- CommonJS consumers must use dynamic
import()instead ofrequire()
- CommonJS consumers must use dynamic
- Bump
@actions/coreto2.0.3
- Added
excludeHiddenFilesoption, which is disabled by default to preserve existing behavior #1791: Add glob option to ignore hidden files
- Pass in the current workspace as a parameter to HashFiles #1318
- Added a
verboseoption to HashFiles #1052
- Update
lockfileVersiontov2inpackage-lock.json#1023
- Update @actions/core version
- Initial release