The Wayback Machine - https://web.archive.org/web/20241204051904/https://github.blog/changelog/2023-01-30-git-archive-checksums-may-change/

Git archive checksums may change

We are reverting this change for now. More details to follow.

The default compression for Git archives has recently changed. As result, archives downloaded from GitHub may have different checksums even though the contents are completely unchanged.&lt

GitHub doesn’t guarantee the stability of checksums for automatically generated archives. These are marked with the words “Source code (zip)” and “Source code (tar.gz)” on the Releases tab. If you need to rely on a consistent checksum, you may upload archives directly to GitHub Releases.
These are guaranteed not to change.

GitHub Enterprise owners can now leverage the removeEnterpriseMember API, in addition to the built-in functionality on the Enterprise's "People" pages, to remove enterprise members from their GitHub Enterprise.

To learn more, read our Remove Enterprise Member API usage documentation.

See more

A GraphQL mutation is now available for reverting a merged pull request: revertPullRequest.

Like the revert action on the pull request page in the web, calling this API creates a new pull request that reverses the changes made by the merged pull request.

Learn more about reverting a pull request.

See more