- Breaking change: Package is now ESM-only
- CommonJS consumers must use dynamic
import()instead ofrequire()
- CommonJS consumers must use dynamic
- Bump
@actions/http-clientto3.0.2
- Update to v2.0.1 of
@actions/core - Update to v2.0.0 of
@actions/exec - Update to v3.0.1 of
@actions/http-client - Update to v2.0.0 of
@actions/io
- Update to v2.0.1 of
@actions/http-client#1087
- Update to v2.0.0 of
@actions/http-client - The type of the
headersparameter in the exported functiondownloadToolhas been narrowed from{ [header: string]: any }to{ [header: string]: number | string | string[] | undefined; }(that is,http.OutgoingHttpHeaders). This is strictly a compile-time change for TypeScript consumers. Previous attempts to use a header value of a type other than those now accepted would have resulted in an error at run time.
- Update
lockfileVersiontov2inpackage-lock.json#1025
- Allow arbirtary headers when downloading tools to the tc
- Export
isExplicitVersionandevaluateVersionsfunctions - Force overwrite on default when extracted compressed files
Here is the security issue that was fixed in the http-client 1.0.8 release
- Overload downloadTool to accept destination path
- Fix
extractTaron Windows - Add "types" to package.json
- Initial release