/**
  * @return array
  */
 public function getNewChildSelectOptions()
 {
     $actions = parent::getNewChildSelectOptions();
     $actions = array_merge_recursive($actions, [['value' => 'Magento\\CatalogRule\\Model\\Rule\\Action\\Product', 'label' => __('Update the Product')]]);
     return $actions;
 }