thomaseizinger/keep-a-changelog-new-release

DeprecationWarning

Closed this issue · 2 comments

caco3 commented

I am getting following warning:

Run thomaseizinger/keep-a-changelog-new-release@v1
(node:1697) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.

This is very likely in a dependency of ours that we don't have control over.

PRs to update / swap dependencies are welcome!

caco3 commented

You might be right, it shows up after using your action:

2022-12-19T20:48:21.2695639Z ##[group]Run thomaseizinger/keep-a-changelog-new-release@v1
2022-12-19T20:48:21.2695992Z with:
2022-12-19T20:48:21.2696273Z   changelogPath: Changelog.md
2022-12-19T20:48:21.2696619Z   version: 13.0.8
2022-12-19T20:48:21.2696903Z ##[endgroup]
2022-12-19T20:48:21.4693713Z (node:1768) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.

image