August 10, 2026
mdx-embeddings-actions
Version updated for https://github.com/PieterDePauw/mdx-embeddings-actions to version v.0.0.9-alpha.
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 automates the conversion of markdown files into embeddings using OpenAI and stores them in a Supabase database. It allows for vector similarity search within documentation and websites, complementing the headless-vector-search repository by facilitating data storage and retrieval for vector-based queries. The action is available on the Marketplace and requires specific environment variables to be set as secrets for authentication and configuration.
August 10, 2026
Setup pnpm with runtime
Version updated for https://github.com/pnpm/setup to version v2.0.2.
This action is used across all versions by 374 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 installs pnpm and a JavaScript runtime (Node.js, Bun, or Deno) in a single step. It automates the setup process by downloading pnpm’s self-contained binary and setting up the specified runtime on the runner’s PATH. The action automatically detects the required runtime from package.json if not provided as an input, reducing the need for multiple setup steps.
August 10, 2026
Multi-Style Contribution Snake
Version updated for https://github.com/Pro-Bandey/multi-style-snake-contribution-grid to version v10.08.26.
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 Multi-Style Snake Contribution Grid GitHub Action generates multiple visually distinct snake styles, including squares, rounds, triangles, stars, and diamonds, for each month of the repository’s contribution graph. It automates the process by analyzing the repository owner and creating a gallery in the output branch with SVGs and a README.md file for easy viewing and sharing on GitHub Pages.
August 10, 2026
Garita PII Guard
Version updated for https://github.com/proscar87/garita to version v0.30.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 Garita is an open-source GitHub Action that helps protect sensitive data like personal identifiers and credentials from entering your repository. It checks for potential PII (Personally Identifiable Information) in commits and files using a configurable list of patterns. Garita uses abstract syntax tree parsing to monitor the repository without executing code, ensuring that any false positives are caught before they make their way into production.
August 10, 2026
Cloudflare IP List Sync
Version updated for https://github.com/rezzell/cloudflare-ip-list-sync-action to version v0.1.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 synchronizes composed IP and CIDR sources into a Cloudflare account IP list, solving the problem of keeping WAF lists up-to-date with published provider ranges. It automates tasks such as updating GitHub webhook egress ranges from the GitHub Meta API to Cloudflare’s WAF rules list. The action supports various input types including GitHub Meta hooks, CIDR strings, and URL sources, making it flexible for different use cases.
August 10, 2026
Kaniko Build Action
Version updated for https://github.com/RivieraKid/gha-kaniko to version v0.0.0-alpha.
This action is used across all versions by ? repositories. Action Type This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action prints “Hello World” or “Hello” + a specified name to the log, solving the problem of automating basic greeting messages. It provides flexibility in greeting names through an input parameter and outputs the current time.
August 10, 2026
Custom Amazon Bedrock Agent Action
Version updated for https://github.com/severity1/custom-amazon-bedrock-agent-action to version v0.10.0.
This action is used across all versions by 1 repositories. Action Type This is a Node action using Node version 16.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action leverages Amazon Bedrock Agent to analyze files in pull requests, providing customizable feedback through tailored prompts. It integrates with Amazon Bedrock Knowledge Bases for enhanced context-aware insights and supports various programming languages and Terraform configurations. The action is highly flexible and customizable, making it suitable for code quality improvement, security assessments, and performance optimizations.
August 10, 2026
Sherpa.sh
Version updated for https://github.com/sherpa-sh/Sherpa-Action to version v1.0.0-alpha.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 Sherpa.sh is an AI-based infrastructure management tool that automates the deployment of applications to various cloud providers by understanding developers’ needs in plain English. It simplifies complex deployment processes, making it easier for developers without extensive technical knowledge to deploy their code seamlessly across different environments and services.
August 10, 2026
Smyklot
Version updated for https://github.com/smykla-skalski/smyklot to version v1.17.0.
This action is used across all versions by 2 repositories. Action Type This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary Smyklot is a GitHub App that automates pull request approvals and merges using CODEOWNERS permissions. It supports multiple command formats, provides reaction-based approval and merge options, and includes features like cleanup commands and minimal permissions to run either as an Action or a webhook service across all repositories the app is installed on.
August 10, 2026
Update a config file with values from environment
Version updated for https://github.com/sovarto/config-file-from-env to version v0.0.4.
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 The config-file-from-env GitHub Action replaces placeholders in configuration files with values from environment variables. It helps automate the process of managing sensitive data or configurations by securely storing them outside of the repository and retrieving them during runtime. This action is useful for deploying applications where configuration files need to be customized based on different environments.