The `tunnel` dependency used by `http-client` is calling `new Buffer()` which is deprecated: > The Buffer() function and new Buffer() constructor are deprecated due to API usability issues that can lead to accidental security issues. Originally filed by @malkam03 at https://github.com/actions/cache/issues/461.
The
tunneldependency used byhttp-clientis callingnew Buffer()which is deprecated:Originally filed by @malkam03 at actions/cache#461.