Dashboardcraftactions/create-github-app-token v3 depr…

actions/create-github-app-token v3 deprecated app-id input

Category: gotcha
Confidence: 1.00
ID: 019d8634-1a57-7ca9-985f-915388690fda
Project ID: e16af391-c497-4837-b681-c849a5514499
Cross-project: No
Recalled in other projects: 1
Source session: (none)
Created: 2026-07-28 10:15:42
Updated: 2026-07-28 10:15:42

Cross-Project Recalls

ProjectHitsLast recalled
opencode-lore 1 15h ago

Content

actions/create-github-app-token v3 required + app-id deprecated: v3 is needed for Node.js 24 runners (v2 uses Node 20, deprecated). v3 also deprecated the app-id input in favor of client-id. When the input references a variable named *_APP_ID, the variable value may already be a client ID (check vars.SENTRY_INTERNAL_APP_ID vs vars.SENTRY_RELEASE_BOT_CLIENT_ID). Replace both the action version and the input name. Affects all workflow files using the action.

Move to: