March 24, 2026
accessibility-scanner
Version updated for https://github.com/github/accessibility-scanner to version v2.12.0.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 33 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The AI-powered Accessibility Scanner is a GitHub Action designed to identify accessibility barriers in digital products, automate issue creation, and propose AI-powered fixes using GitHub Copilot. It scans websites, repositories, and dynamic content for accessibility issues, generates actionable GitHub issues, and optionally assigns them to GitHub Copilot for automated pull request creation, streamlining the process of improving accessibility.
March 24, 2026
Build with Gradle
Version updated for https://github.com/gradle/actions to version v6.0.1.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 46,579 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action suite facilitates automation for Gradle-based projects, offering three primary functionalities: configuring Gradle for optimal execution (setup-gradle), generating and submitting dependency graphs for vulnerability tracking (dependency-submission), and validating Gradle Wrapper JAR checksums (wrapper-validation).
March 24, 2026
Branch exists
Version updated for https://github.com/GuillaumeFalourd/branch-exists to version v1.2.
This action is used across all versions by 55 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The Branch Exists Action is a GitHub Action designed to check if a specific branch exists in the current repository. It automates the verification process for branch existence, streamlining workflows that depend on conditional actions based on branch availability.
March 24, 2026
Git Submodules Upgrade
Version updated for https://github.com/itsapinhulk/git-submodules-upgrade to version v1.8.
This action is used across all versions by 1 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The git-submodules-upgrade GitHub Action automates the process of upgrading Git submodules in a repository to their latest remote commits. It can optionally create or update a pull request with the changes, streamlining the management of submodule updates and reducing manual effort.
March 24, 2026
Deploy to Cloudflare Workers with Wrangler - fork of official
Version updated for https://github.com/jamestalmage/wrangler-action to version v3.14.1.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The Wrangler GitHub Action simplifies the deployment of Cloudflare Workers and Pages by integrating the Wrangler CLI directly into GitHub workflows. It automates tasks such as worker deployment, environment configuration, and secret management, allowing developers to streamline continuous integration and delivery processes.
March 24, 2026
Official Junie GitHub Action
Version updated for https://github.com/JetBrains/junie-github-action to version v1.3.4.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 23 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The Junie GitHub Action integrates JetBrains’ AI coding agent, Junie, into GitHub workflows to automate tasks such as code changes, issue resolution, and pull request management. It helps developers by analyzing codebases, performing fixes, reviewing pull requests, investigating CI failures, and responding to developer prompts directly within GitHub issues and PRs.
March 24, 2026
ghafmt
Version updated for https://github.com/jonathanrainer/ghafmt to version v0.1.3.
This action is used across all versions by ? repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The ghafmt GitHub Action is a formatter designed to standardize and enforce consistent styling in GitHub Actions YAML files, including workflows (.yml) and action metadata files (action.yml / action.yaml). It automates tasks such as reordering keys, sorting blocks alphabetically, normalizing whitespace, and converting IDs to snake_case, reducing formatting inconsistencies and simplifying code reviews by ensuring diffs highlight only meaningful changes.
March 24, 2026
Fetch Salesforce Field Definitions
Version updated for https://github.com/kotaoue/salesforce-field-inspector to version v1.0.1.
This action is used across all versions by ? repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The salesforce-field-inspector GitHub Action automates the process of extracting Salesforce FieldDefinition metadata using the Salesforce Tooling API and saving the data in JSON or CSV formats. It simplifies metadata management by enabling users to fetch, filter, and export field definitions for all, custom, or standard Salesforce objects, providing flexible output options for integration or documentation purposes.
March 24, 2026
Check Suite Timer
Version updated for https://github.com/kschaer/checksuite-timer to version v1.0.0.
This action is used across all versions by ? repositories. Action Type This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The checksuite-timer GitHub Action tracks and analyzes the duration of GitHub Actions checksuites triggered by push events to the main branch, providing insights into the “wall-to-wall” time required for all checks to complete after a PR merge.