### Summary Currently the Node PR workflow/automation only pulls the specific release changelog to be used in the PR's body. ### Exit Criteria - [ ] the workflow should keep our fork (ie. `npm/node#master`) up-to-date with `nodejs/node#master` - [ ] the workflow should find all `npm` releases that have gone out since the version that we find in `#master` - [ ] the workflow should add all the release's changelogs to the PR body, not just the last/latest one (ex. https://github.com/nodejs/node/pull/39065#issue-672907357)