Skip to content

v42.0.0

Choose a tag to compare

@github-actions github-actions released this 29 Mar 07:35
1adf34d

42.0.0 (2026-03-27)

⚠ BREAKING CHANGES

  • @actions/github upgraded from v2 to v6

Bug Fixes

  • auto-retry deployment when personal account org ID causes scope error (#298) (1b0001f)
  • clear VERCEL_ORG_ID and VERCEL_PROJECT_ID env vars on alias retry (#312) (e34aeb6)
  • example: move express-basic-auth function to api/ directory (#308) (1c7fbdd)
  • example: update nextjs example dependencies to latest versions (#313) (1043003)
  • github ref randomly empty for release triggers (#277) (9ef1deb)
  • handle inaccessible PR head repository gracefully (f9aadd3)
  • require both vercel-org-id and vercel-project-id for deployment (#304) (c5205ad)
  • resolve vercel CLI v41 scope error for personal accounts (#297) (b591ac8)
  • retry alias command without --scope for personal accounts (#310) (b1a533d)
  • use correct commit SHA (#278) (9f07672)

Code Refactoring

  • migrate to TypeScript with Vitest and modern tooling (#311) (feb50fe)