Yup, ensure you've latest CB and CBSubs builds installed. Then within your action under Parameters set "Content Plugins" to "Yes". Now you can use the below new CBSubs content.prepare usage in your conditions for your action.
www.joomlapolis.com/news/18550-cbsubs-gpl-4-1-with-timed-content-taxes-inclusive-price-display-and-plan-substitutions-usable-anywhere
So for example you could have the below condition.
[cbsubs:if plan="1" status="A"]ACTIVE[/cbsubs:if] Equal To ACTIVE
This means if the plan with an id of 1 is actively subscribed the action should fire. However for that trigger the user object is most likely going to be the user displayed and not the user viewing the profile. If you need to condition against the viewer ensure you've set the User parameter to User under the Global tab of your action.