Skip to content

v7.0.0

Latest

Choose a tag to compare

@github-actions github-actions released this 14 Apr 04:11

7.0.0 (2026-04-14)

⚠ BREAKING CHANGES

  • CJS require() no longer supported, use ESM import.
    BufferList and BufferListStream must be called with new.
    Switches from readable-stream to node:stream and buffer to node:buffer,
    removing all runtime dependencies. Node.js >= 20 required.

Features

  • modernise to ESM, drop all runtime dependencies (#169) (fbd6e13)

Trivial Changes

  • deps: bump actions/setup-node from 6.1.0 to 6.2.0 (#164) (ee438e6)
  • deps: bump actions/setup-node from 6.2.0 to 6.3.0 (#166) (265c92a)