December 26, 2025
Branch Release
Version updated for https://github.com/glitch452/branch-release to version v1.0.9.
This action is used across all versions by 3 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The “Branch Release” GitHub Action automates the process of releasing code by publishing built distribution files to a designated GitHub branch. It utilizes Conventional Commits to determine version updates, generates release notes, builds the project, tags the release with semantic versioning, and creates a GitHub release.
December 26, 2025
Easy Npm Publish
Version updated for https://github.com/glitch452/easy-npm-publish to version v1.0.6.
This action is used across all versions by 2 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The “Easy NPM Publish” GitHub Action automates the process of versioning and publishing npm packages by leveraging commit messages that follow the Conventional Commits standard. It determines the next semantic version, updates git tags accordingly, and publishes the package to an npm-compatible registry.
December 26, 2025
Run AER Tests
Version updated for https://github.com/octoberswimmer/aer-dist to version v0.0.76.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The aer GitHub Action provides a lightweight Salesforce-compatible runtime for validating Apex code, running tests, and debugging directly on your local machine or within CI pipelines. It eliminates the need to deploy code to a Salesforce org during development, enabling faster and more reproducible test cycles.
December 26, 2025
Skyhook Git Sync and Commit
Version updated for https://github.com/skyhook-io/git-sync-commit to version v1.2.0.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The “Git Sync and Commit Action” is a GitHub Action designed to automate the process of safely syncing, committing, and pushing changes in a Git repository. It handles race conditions through automatic retries, ensures a clean linear history with rebase-first workflows, and only commits when actual changes are detected.
December 26, 2025
nix init
Version updated for https://github.com/spotdemo4/nix-init to version v1.16.0.
This action is used across all versions by 2 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The nix init action is a composite GitHub Action designed to streamline the setup and initialization of Nix-based repositories. It automates repetitive tasks such as repository checkout, Nix installation, git configuration for pushing changes, monitoring network activity, and optional caching and development shell setup.
December 26, 2025
pinact
Version updated for https://github.com/suzuki-shunsuke/pinact-action to version v1.1.0.
This action is used across all versions by 143 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The pinact-action automates the process of pinning specific versions of GitHub Actions and reusable workflows in workflow files to enhance security and stability. It validates and updates the workflow files, ensuring that actions are securely pinned to specific versions, and optionally pushes the changes or fails the CI if unpinned actions are detected.
December 26, 2025
Setup Tombi
Version updated for https://github.com/tombi-toml/setup-tombi to version v1.0.7.
This action is used across all versions by 44 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The setup-tombi GitHub Action automates the installation and setup of the Tombi tool within GitHub Actions workflows. It simplifies the process of configuring Tombi for tasks such as validating and linting TOML files, ensuring a consistent and efficient workflow. Key features include support for specifying specific Tombi versions and optional checksum verification for enhanced security.
December 26, 2025
GitLyte Site Generator
Version updated for https://github.com/wadakatu/gitlyte to version v1.1.0.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary GitLyte is a GitHub Action that automates the creation of visually appealing, fully responsive static websites for your GitHub repository using AI-powered design tools like Claude, GPT-4, or Gemini. It streamlines the process of generating custom landing pages, complete with project-specific layouts, color schemes, GitHub statistics, and SEO enhancements, without requiring manual coding.
December 26, 2025
Has Active Deployment for Environment
Version updated for https://github.com/AminFazlMondo/check-deployed-environment to version v1.5.53.
This action is used across all versions by 3 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The “Check Deployed Environment” GitHub Action verifies whether a specific commit is actively deployed to a specified environment in GitHub. It automates the process of checking deployment status, helping developers ensure that their changes are correctly deployed before proceeding with further actions.