July 24, 2026
Project Vault Action
Version updated for https://github.com/nestormata/vault-action 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 This GitHub Action retrieves secrets from Project Vault and exports them as masked environment variables in a workflow. It automates the retrieval of secrets scoped to specific projects using machine-user API keys, ensuring that each secrets input refers to the same project, and provides options for handling errors gracefully. The action does not implement its own HTTP client or token exchange logic.
July 24, 2026
Go Proxy Cache Updater
Version updated for https://github.com/nicholas-fedor/go-proxy-pull-action to version v1.1.31.
This action is used across all versions by 10 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action automatically pulls new versions of Go modules when tags are created, ensuring that your module is immediately available and up-to-date on platforms like pkg.go.dev. It supports both standard and submodule version tags and allows customization of proxy configuration, import paths, and Go versions. The action is triggered by release events and uses the actions/setup-go toolchain for setup.
July 24, 2026
pirafrank/notion-to-jekyll
Version updated for https://github.com/pirafrank/notion-to-jekyll to version v2.
This action is used across all versions by 3 repositories. Action Type This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action converts Notion pages to Jekyll markdown files, extracting properties such as category and tags. It also downloads block assets like images and files from Notion, ensuring SEO compatibility by adding necessary front matter to posts. The action is designed to be run in a GitHub Actions workflow and can be customized via environment variables for different configurations.
July 24, 2026
Postman API Onboarding
Version updated for https://github.com/postman-cs/postman-api-onboarding-action to version v2.1.8.
This action is used across all versions by 0 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action automates the process of setting up a new API repository by bootstrapping a Postman workspace, uploading an OpenAPI specification, generating test collections, and syncing them with the repository. It also creates CI workflows to rerun tests on every push, pull request, and schedule. The action is designed to provide comprehensive, executable testing solutions for APIs in GitHub repositories.
July 24, 2026
Postman Onboarding Workspace Bootstrap
Version updated for https://github.com/postman-cs/postman-bootstrap-action to version v2.10.19.
This action is used across all versions by 0 repositories. Action Type This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action automates the creation of a Postman workspace from an OpenAPI specification, generating baseline, smoke, and contract collections. It also includes dynamic contract tests that cover various protocols such as gRPC, SOAP, GraphQL, AsyncAPI, and MCP. The action is part of the broader Postman API Onboarding suite and requires either a public HTTPS URL or a file path to the spec in the repository.
July 24, 2026
Postman Onboarding GCP Spec Discovery
Version updated for https://github.com/postman-cs/postman-gcp-spec-discovery-action to version v1.1.8.
This action is used across all versions by 0 repositories. Action Type This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action, Postman Onboarding: GCP Spec Discovery, automates the discovery and export of OpenAPI specifications from Google Cloud services such as GCP APIs and Apigee proxies. It can automatically resolve a specification based on repository context or labels if available, or explicitly specify an API ID for a known configuration. The action uses Application Default Credentials (ADC) or Workload Identity Federation for authentication and supports exporting every candidate specification to facilitate Postman onboarding processes.
July 24, 2026
SFDT for Salesforce
Version updated for https://github.com/scoobydrew83/sfdt to version ext-v0.8.1.
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 GitHub Action automates the deployment, testing, and quality analysis of Salesforce changes using the @sfdt/cli tool. It provides features like interactive deployment workflows, automated release manifest generation, parallel Apex test execution, code quality analysis with AI-powered fix plans, pre-release validation checklist, and multi-package project support.
July 24, 2026
Shipi18n Auto Translate
Version updated for https://github.com/Shipi18n/shipi18n-github-action to version v1.3.2.
This action is used across all versions by ? repositories. Action Type This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action automatically translates i18n locale files in a repository using the Shipi18n platform. It supports multiple languages, placeholder preservation, and incremental translation, automating the process of maintaining internationalized content. The action also generates pull requests for review and self-corrects failed translations.
July 24, 2026
soroush-bench
Version updated for https://github.com/soroush-tech/bench-action to version v1.
This action is used across all versions by 1 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 bench-action GitHub Action automates benchmarking of TypeScript files using the @soroush.tech/bench package in a Docker sandbox. It fails the CI build if any case drops below a specified minimum speed ratio compared to the baseline case, and posts results as a sticky PR comment using the bench bot if configured with the id-token: write permission. The action is easy to use as it doesn’t require installation or setup beyond selecting a release tag.
July 24, 2026
Sigbound
Version updated for https://github.com/surya-koritala/sigbound to version v1.0.0.
This action is used across all versions by 0 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary Sigbound automates the process of merging code changes from multiple AI coding agents in parallel, resolving conflicts using a model and verifying merges before they land. It uses Git worktrees to handle each agent’s work independently and combines non-conflicting changes efficiently. The action is customizable with various commands for planning, running agents, resolving conflicts, verifying merges, and repairing failed builds, allowing users to harness their own AI models for effective collaboration.