Preview deployment workflow dependency updated
The Vercel preview deployment workflow is updated to use the latest version of the sticky PR comment action, which includes Node 24 support and build system improvements.
The Vercel preview deployment workflow is being updated to use the latest version of the marocchino/sticky-pull-request-comment GitHub Action. This action posts deployment status comments directly on pull requests so reviewers can immediately see preview URLs without leaving the PR interface.
The update moves from v2.9.4 to v3.0.4. The v3.0 series brings Node 24 runtime support, a migration from ncc to rollup for the build system, and various dependency updates including an update to @actions/github v9.1.0. These changes improve compatibility with newer GitHub infrastructure and keep the deployment pipeline current.
In the deploy workflow, two instances of the action are pinned to the new commit SHA—one for posting success comments with preview URLs, and one for failure notifications.