Utilities & Scripting
General-purpose helpers and scripting inside workflows.
actions/create-github-app-tokenMint a short-lived GitHub App installation token to use instead of a PAT or GITHUB_TOKEN.
actions/github-scriptRun inline JavaScript with a preauthenticated GitHub API client, no separate action needed.
dorny/paths-filterDetect which parts of a monorepo changed and run only the affected jobs.
stefanzweifel/git-auto-commit-actionDetect files changed during a workflow run, commit them, and push back to the repository.
tj-actions/changed-filesList the files changed in a push or pull request so later steps can run conditionally.